aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/Makefile
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2018-03-13 08:41:08 +0100
committerTom Rini <trini@konsulko.com>2018-03-19 16:14:23 -0400
commitec9c80d643a3e5ff35c5d24d675cb1feaa440c9d (patch)
treebbb9f38cd0618e73fb0589f3b06146da6fe3a356 /drivers/mtd/nand/Makefile
parentf8598d9815c7f89aed28e3f880b489260bd50a49 (diff)
downloadu-boot-ec9c80d643a3e5ff35c5d24d675cb1feaa440c9d.zip
u-boot-ec9c80d643a3e5ff35c5d24d675cb1feaa440c9d.tar.gz
u-boot-ec9c80d643a3e5ff35c5d24d675cb1feaa440c9d.tar.bz2
nand: Remove unused ppc4xx NAND driver and references
ppc4xx support was removed some time ago. Lets remove the now unused NAND driver and all its references for this platform as well. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Heinrich Schuchardt <xypron.glpk@gmx.de> Cc: Scott Wood <oss@buserror.net>
Diffstat (limited to 'drivers/mtd/nand/Makefile')
-rw-r--r--drivers/mtd/nand/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/nand/Makefile b/drivers/mtd/nand/Makefile
index 9f7d9d6..332d905 100644
--- a/drivers/mtd/nand/Makefile
+++ b/drivers/mtd/nand/Makefile
@@ -57,7 +57,6 @@ obj-$(CONFIG_NAND_LPC32XX_SLC) += lpc32xx_nand_slc.o
obj-$(CONFIG_NAND_VF610_NFC) += vf610_nfc.o
obj-$(CONFIG_NAND_MXC) += mxc_nand.o
obj-$(CONFIG_NAND_MXS) += mxs_nand.o
-obj-$(CONFIG_NAND_NDFC) += ndfc.o
obj-$(CONFIG_NAND_PXA3XX) += pxa3xx_nand.o
obj-$(CONFIG_NAND_SPEAR) += spr_nand.o
obj-$(CONFIG_TEGRA_NAND) += tegra_nand.o