nand: Drop CONFIG_NAND_SPEAR
This is not used anymore. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Michael Trimarchi <michael@amarulasolutions.com>
This commit is contained in:
parent
9c6e0ee6e1
commit
9262fa8b68
1 changed files with 0 additions and 1 deletions
|
@ -70,7 +70,6 @@ obj-$(CONFIG_NAND_MXS_DT) += mxs_nand_dt.o
|
||||||
obj-$(CONFIG_NAND_OCTEONTX) += octeontx_nand.o
|
obj-$(CONFIG_NAND_OCTEONTX) += octeontx_nand.o
|
||||||
obj-$(CONFIG_NAND_OCTEONTX_HW_ECC) += octeontx_bch.o
|
obj-$(CONFIG_NAND_OCTEONTX_HW_ECC) += octeontx_bch.o
|
||||||
obj-$(CONFIG_NAND_PXA3XX) += pxa3xx_nand.o
|
obj-$(CONFIG_NAND_PXA3XX) += pxa3xx_nand.o
|
||||||
obj-$(CONFIG_NAND_SPEAR) += spr_nand.o
|
|
||||||
obj-$(CONFIG_TEGRA_NAND) += tegra_nand.o
|
obj-$(CONFIG_TEGRA_NAND) += tegra_nand.o
|
||||||
obj-$(CONFIG_NAND_OMAP_GPMC) += omap_gpmc.o
|
obj-$(CONFIG_NAND_OMAP_GPMC) += omap_gpmc.o
|
||||||
obj-$(CONFIG_NAND_OMAP_ELM) += omap_elm.o
|
obj-$(CONFIG_NAND_OMAP_ELM) += omap_elm.o
|
||||||
|
|
Loading…
Reference in a new issue