summaryrefslogtreecommitdiff
path: root/drivers/mtd
diff options
context:
space:
mode:
authorFred Fan <r01011@freescale.com>2009-02-25 13:53:30 +0800
committerFred Fan <r01011@freescale.com>2009-09-10 14:29:26 +0800
commita7a74cdb675607022692b15459dbfeb2cb1b5903 (patch)
treeee0ce21421c1678b0e5a6f1a7d969e4ecd9c8637 /drivers/mtd
parent765b588dba3e1672d66f6e63727b5f6691424e5e (diff)
downloadu-boot-imx-a7a74cdb675607022692b15459dbfeb2cb1b5903.zip
u-boot-imx-a7a74cdb675607022692b15459dbfeb2cb1b5903.tar.gz
u-boot-imx-a7a74cdb675607022692b15459dbfeb2cb1b5903.tar.bz2
ENGR00108473 Porting i.MX51 3stack TO2 support to V2009.01
Support i.MX51 TO2.0 3stack board. And enable LAN9217 support. NAND is not supported in this patch. Signed-off-by: Fred Fan <r01011@freescale.com>
Diffstat (limited to 'drivers/mtd')
-rw-r--r--drivers/mtd/nand/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Makefile b/drivers/mtd/nand/Makefile
index 2adf485..a1a7579 100644
--- a/drivers/mtd/nand/Makefile
+++ b/drivers/mtd/nand/Makefile
@@ -48,6 +48,7 @@ COBJS-$(CONFIG_NAND_OMAP_GPMC) += omap_gpmc.o
COBJS-$(CONFIG_NAND_PLAT) += nand_plat.o
COBJS-$(CONFIG_MX31_NAND) += mx31_nand.o
COBJS-$(CONFIG_MX35) += mxc_nand.o
+COBJS-$(CONFIG_MX51) += mxc_nand.o
endif
COBJS := $(COBJS-y)