summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/raw/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-02-01 13:19:49 -0700
committerTom Rini <trini@konsulko.com>2023-02-07 14:33:49 -0500
commit6a138b0be30597a2d94001b96278885702ab931d (patch)
tree03820b1e32853c019410eb2abd6978178a80dde9 /drivers/mtd/nand/raw/Makefile
parent2661c2da6d929cb64f9798a8d8cc03bc86c09b4a (diff)
downloadu-boot-6a138b0be30597a2d94001b96278885702ab931d.tar.gz
mtd: Drop unused fsmc_nand driver
This is not used since this commit: 570c3dcfc15 arm: Remove spear600 boards and the rest of SPEAr support Drop the driver and Kconfig option. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Michael Trimarchi <michael@amarulasolutions.com>
Diffstat (limited to 'drivers/mtd/nand/raw/Makefile')
-rw-r--r--drivers/mtd/nand/raw/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/nand/raw/Makefile b/drivers/mtd/nand/raw/Makefile
index e8764cf358..f004eb39f3 100644
--- a/drivers/mtd/nand/raw/Makefile
+++ b/drivers/mtd/nand/raw/Makefile
@@ -56,7 +56,6 @@ obj-$(CONFIG_NAND_DENALI) += denali.o
obj-$(CONFIG_NAND_DENALI_DT) += denali_dt.o
obj-$(CONFIG_NAND_FSL_ELBC) += fsl_elbc_nand.o
obj-$(CONFIG_NAND_FSL_IFC) += fsl_ifc_nand.o
-obj-$(CONFIG_NAND_FSMC) += fsmc_nand.o
obj-$(CONFIG_NAND_KB9202) += kb9202_nand.o
obj-$(CONFIG_NAND_KIRKWOOD) += kirkwood_nand.o
obj-$(CONFIG_NAND_KMETER1) += kmeter1_nand.o