diff options
author | Byron Bradley <byron.bbradley@gmail.com> | 2008-04-09 21:50:16 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-04-10 15:27:11 +0100 |
commit | 875492511a4afce7880c9dd0ca71462c299b40e6 (patch) | |
tree | 007b6c73548e3754f0a6d0220f4838b2072bc0b8 /arch/arm/mach-orion5x/Makefile | |
parent | b488a5ed12c0d8417884d8c33fc0a1701a16c951 (diff) | |
download | kernel_samsung_espresso10-875492511a4afce7880c9dd0ca71462c299b40e6.tar.gz kernel_samsung_espresso10-875492511a4afce7880c9dd0ca71462c299b40e6.tar.bz2 kernel_samsung_espresso10-875492511a4afce7880c9dd0ca71462c299b40e6.zip |
[ARM] 4955/1: Orion: Support the Buffalo Linkstation Pro/Live Platform
The Buffalo Linkstation Pro/Live is the same hardware as the
Kurobox Pro but without the NAND flash. This patch adds a
second MACHINE_START macro to the Kurobox setup file to minimise
code duplication.
Signed-off-by: Byron Bradley <byron.bbradley@gmail.com>
Acked-by: Nicolas Pitre <nico@marvell.com>
Acked-by: Lennert Buytenhek <buytenh@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-orion5x/Makefile')
-rw-r--r-- | arch/arm/mach-orion5x/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-orion5x/Makefile b/arch/arm/mach-orion5x/Makefile index d894caa5060..9301bf55910 100644 --- a/arch/arm/mach-orion5x/Makefile +++ b/arch/arm/mach-orion5x/Makefile @@ -2,5 +2,6 @@ obj-y += common.o addr-map.o pci.o gpio.o irq.o obj-$(CONFIG_MACH_DB88F5281) += db88f5281-setup.o obj-$(CONFIG_MACH_RD88F5182) += rd88f5182-setup.o obj-$(CONFIG_MACH_KUROBOX_PRO) += kurobox_pro-setup.o +obj-$(CONFIG_MACH_LINKSTATION_PRO) += kurobox_pro-setup.o obj-$(CONFIG_MACH_DNS323) += dns323-setup.o obj-$(CONFIG_MACH_TS209) += ts209-setup.o |