diff options
author | Aaro Koskinen <aaro.koskinen@nokia.com> | 2010-12-17 18:13:47 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-12-17 18:13:47 -0500 |
commit | 2d200665c37f544f648d77a05a06ab63328f0d3a (patch) | |
tree | 32180bf5c1354971e0775bb795d80d03f88b79b0 /arch/arm/mach-omap2/Makefile | |
parent | 20dbeb1081327aefaac7044d9908c97bf445858c (diff) |
arm: omap: add minimal support for RM-680
Add minimal support for Nokia RM-680 board.
Tested with omap2plus_defconfig.
Signed-off-by: Aaro Koskinen <aaro.koskinen@nokia.com>
[tony@atomide.com: updated to remove omap_gpio_init
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index e72ccf79b791..4e23ed6d2ec4 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile | |||
@@ -139,6 +139,9 @@ obj-$(CONFIG_MACH_OMAP_3430SDP) += board-3430sdp.o \ | |||
139 | hsmmc.o \ | 139 | hsmmc.o \ |
140 | board-flash.o | 140 | board-flash.o |
141 | obj-$(CONFIG_MACH_NOKIA_N8X0) += board-n8x0.o | 141 | obj-$(CONFIG_MACH_NOKIA_N8X0) += board-n8x0.o |
142 | obj-$(CONFIG_MACH_NOKIA_RM680) += board-rm680.o \ | ||
143 | sdram-nokia.o \ | ||
144 | hsmmc.o | ||
142 | obj-$(CONFIG_MACH_NOKIA_RX51) += board-rx51.o \ | 145 | obj-$(CONFIG_MACH_NOKIA_RX51) += board-rx51.o \ |
143 | sdram-nokia.o \ | 146 | sdram-nokia.o \ |
144 | board-rx51-peripherals.o \ | 147 | board-rx51-peripherals.o \ |