diff options
author | Scott Wood <scottwood@freescale.com> | 2008-03-21 16:12:51 -0500 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2008-08-12 11:31:25 -0500 |
commit | 9fd020d6b4b36b9fb67cd834bc1ae7fdba15ee9e (patch) | |
tree | 0fcbaf26dbe5b8ea5d576d89fd457bd0a849b1e6 /drivers/mtd/nand/Makefile | |
parent | 41ef8c716e93fdf50efe9c1ba733ca6675daaca6 (diff) | |
download | u-boot-imx-9fd020d6b4b36b9fb67cd834bc1ae7fdba15ee9e.zip u-boot-imx-9fd020d6b4b36b9fb67cd834bc1ae7fdba15ee9e.tar.gz u-boot-imx-9fd020d6b4b36b9fb67cd834bc1ae7fdba15ee9e.tar.bz2 |
Freescale eLBC FCM NAND driver
This is a driver for the Flash Control Machine of the enhanched Local Bus
Controller found on some Freescale chips (such as the mpc8313 and the
mpc8379).
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'drivers/mtd/nand/Makefile')
-rw-r--r-- | drivers/mtd/nand/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Makefile b/drivers/mtd/nand/Makefile index 7bd22a0..ffb3169 100644 --- a/drivers/mtd/nand/Makefile +++ b/drivers/mtd/nand/Makefile @@ -32,6 +32,7 @@ COBJS-y += nand_ecc.o COBJS-y += nand_bbt.o COBJS-y += nand_util.o +COBJS-$(CONFIG_NAND_FSL_ELBC) += fsl_elbc_nand.o COBJS-y += fsl_upm.o COBJS := $(COBJS-y) |