diff options
author | Tzachi Perelstein <tzachi@marvell.com> | 2007-10-23 15:14:42 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-01-26 15:03:44 +0000 |
commit | c67de5b3c0bb48ac56f14928e11f1f7d76add26f (patch) | |
tree | fe611cc5bc571fc8d9068330b3ac95f2c85be19a /arch/arm/mach-orion/Makefile | |
parent | 038ee0832ee1b1e2bd2be4599cd535ea9aaaf658 (diff) | |
download | kernel-crypto-c67de5b3c0bb48ac56f14928e11f1f7d76add26f.tar.gz kernel-crypto-c67de5b3c0bb48ac56f14928e11f1f7d76add26f.tar.xz kernel-crypto-c67de5b3c0bb48ac56f14928e11f1f7d76add26f.zip |
[ARM] Orion: programable address map support
The Orion has fully programable address map. There's a separate address
map for each of the device _master_ interfaces, e.g. CPU, PCI, PCIE, USB,
Gigabit Ethernet, DMA/XOR engines, etc.
Signed-off-by: Tzachi Perelstein <tzachi@marvell.com>
Reviewed-by: Nicolas Pitre <nico@marvell.com>
Reviewed-by: Lennert Buytenhek <buytenh@marvell.com>
Diffstat (limited to 'arch/arm/mach-orion/Makefile')
-rw-r--r-- | arch/arm/mach-orion/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-orion/Makefile b/arch/arm/mach-orion/Makefile index 2937f05b868..1d4b5570067 100644 --- a/arch/arm/mach-orion/Makefile +++ b/arch/arm/mach-orion/Makefile @@ -1 +1 @@ -obj-y += common.o pci.o +obj-y += common.o addr-map.o pci.o |