diff options
author | Vimal Singh <vimalsingh@ti.com> | 2010-02-15 13:03:33 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-02-15 13:03:33 -0500 |
commit | 2f70a1e93657bea0baa7d449aa49e44a08582dc8 (patch) | |
tree | 598f99ef54521cb3b82f0793d39753979e0a33ae /arch/arm/mach-omap2/Makefile | |
parent | 30e53bccfa15c6c0839c87705a66d478bb10baf5 (diff) |
omap2/3/4: Introducing 'gpmc-nand.c' for GPMC specific NAND init
Introducing 'gpmc-nand.c' for GPMC specific NAND init.
For example: GPMC timing parameters and all.
This patch also migrates gpmc related calls from 'nand/omap2.c'
to 'gpmc-nand.c'.
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, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 492cf164e000..0b17dca695fd 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile | |||
@@ -135,5 +135,8 @@ obj-y += usb-ehci.o | |||
135 | onenand-$(CONFIG_MTD_ONENAND_OMAP2) := gpmc-onenand.o | 135 | onenand-$(CONFIG_MTD_ONENAND_OMAP2) := gpmc-onenand.o |
136 | obj-y += $(onenand-m) $(onenand-y) | 136 | obj-y += $(onenand-m) $(onenand-y) |
137 | 137 | ||
138 | nand-$(CONFIG_MTD_NAND_OMAP2) := gpmc-nand.o | ||
139 | obj-y += $(nand-m) $(nand-y) | ||
140 | |||
138 | smc91x-$(CONFIG_SMC91X) := gpmc-smc91x.o | 141 | smc91x-$(CONFIG_SMC91X) := gpmc-smc91x.o |
139 | obj-y += $(smc91x-m) $(smc91x-y) | 142 | obj-y += $(smc91x-m) $(smc91x-y) |