summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/Makefile
diff options
context:
space:
mode:
authorAlessandro Rubini <rubini@unipv.it>2009-02-09 15:53:31 +0100
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-02-22 13:40:28 +0100
commit0d8c6eab2481046e9446264bfe9402bb98ddf433 (patch)
tree7abd7b85094293fc8fc144b50e3ccd0b7fc24829 /drivers/mtd/nand/Makefile
parentef339cc2b68e4cbef3f9376a45315e1b974bbd8d (diff)
downloadtalos-obmc-uboot-0d8c6eab2481046e9446264bfe9402bb98ddf433.tar.gz
talos-obmc-uboot-0d8c6eab2481046e9446264bfe9402bb98ddf433.zip
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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Makefile b/drivers/mtd/nand/Makefile
index 24edb27cf1..5974d7768d 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
OpenPOWER on IntegriCloud