diff options
author | Alessandro Rubini <rubini@unipv.it> | 2009-02-09 15:53:31 +0100 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-02-22 13:40:28 +0100 |
commit | 0d8c6eab2481046e9446264bfe9402bb98ddf433 (patch) | |
tree | 7abd7b85094293fc8fc144b50e3ccd0b7fc24829 /drivers/mtd/nand/Makefile | |
parent | ef339cc2b68e4cbef3f9376a45315e1b974bbd8d (diff) | |
download | u-boot-imx-0d8c6eab2481046e9446264bfe9402bb98ddf433.zip u-boot-imx-0d8c6eab2481046e9446264bfe9402bb98ddf433.tar.gz u-boot-imx-0d8c6eab2481046e9446264bfe9402bb98ddf433.tar.bz2 |
Nand driver for Nomadik SoC
This driver implements the ECC algorithm described in
the CPU data sheet and uses the OOB layout chosen in
already-released development systems (shipped with a custom-made
u-boot 1.3.1).
Signed-off-by: Alessandro Rubini <rubini@unipv.it>
Acked-by: Andrea Gallo <andrea.gallo@stnwireless.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 24edb27..5974d77 100644 --- a/drivers/mtd/nand/Makefile +++ b/drivers/mtd/nand/Makefile @@ -38,6 +38,7 @@ endif COBJS-$(CONFIG_DRIVER_NAND_BFIN) += bfin_nand.o COBJS-$(CONFIG_NAND_FSL_ELBC) += fsl_elbc_nand.o COBJS-$(CONFIG_NAND_FSL_UPM) += fsl_upm.o +COBJS-$(CONFIG_NAND_NOMADIK) += nomadik.o COBJS-$(CONFIG_NAND_S3C64XX) += s3c64xx.o COBJS-$(CONFIG_NAND_OMAP_GPMC) += omap_gpmc.o endif |