diff options
author | Vimal Singh <vimalsingh@ti.com> | 2010-02-15 13:03:34 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-02-15 13:03:34 -0500 |
commit | 88c8460ac32283e2a25e36e4670ff5ab02f3b521 (patch) | |
tree | 3405724c8b27911136e557a5d6efbea0c2805790 /arch/arm/mach-omap2/Makefile | |
parent | c2798e9342a1394de966c31703e0410ee3988378 (diff) |
omap3: Add support for flash on 3430SDP board
This patch adds support for flashes on 3430SDP boards. All three
NAND, NOR and OneNAND are supported. I have tested it on
3430SDP (ES2 and ES3.1).
This patch can be treated as an example to "how to utilize":
'gpmc-nand.c' and 'board-sdp-flash.c'.
Similar patches can be created for 2430sdp and 3630sdp or any other
similar board.
Signed-off-by: Vimal Singh <vimalsingh@ti.com>
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, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 0b17dca695fd..af5853f13c7a 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile | |||
@@ -100,7 +100,8 @@ obj-$(CONFIG_MACH_OMAP3EVM) += board-omap3evm.o \ | |||
100 | obj-$(CONFIG_MACH_OMAP3_PANDORA) += board-omap3pandora.o \ | 100 | obj-$(CONFIG_MACH_OMAP3_PANDORA) += board-omap3pandora.o \ |
101 | mmc-twl4030.o | 101 | mmc-twl4030.o |
102 | obj-$(CONFIG_MACH_OMAP_3430SDP) += board-3430sdp.o \ | 102 | obj-$(CONFIG_MACH_OMAP_3430SDP) += board-3430sdp.o \ |
103 | mmc-twl4030.o | 103 | mmc-twl4030.o \ |
104 | board-sdp-flash.o | ||
104 | obj-$(CONFIG_MACH_NOKIA_N8X0) += board-n8x0.o | 105 | obj-$(CONFIG_MACH_NOKIA_N8X0) += board-n8x0.o |
105 | obj-$(CONFIG_MACH_NOKIA_RX51) += board-rx51.o \ | 106 | obj-$(CONFIG_MACH_NOKIA_RX51) += board-rx51.o \ |
106 | board-rx51-sdram.o \ | 107 | board-rx51-sdram.o \ |