summaryrefslogtreecommitdiffstats
path: root/drivers/spi/Makefile
diff options
context:
space:
mode:
authorWeijie Gao <weijie.gao@mediatek.com>2019-07-22 17:09:42 +0530
committerJagan Teki <jagan@amarulasolutions.com>2019-07-25 18:52:20 +0530
commit1f174689c13a257e3b149d4550805a85bdaf27c3 (patch)
tree9815b77ddab0270851b35d5badf30caa36229120 /drivers/spi/Makefile
parent603fcd16b1e34d7f11a89a3a5e73febbb302dea5 (diff)
downloadu-boot-1f174689c13a257e3b149d4550805a85bdaf27c3.tar.gz
u-boot-1f174689c13a257e3b149d4550805a85bdaf27c3.tar.xz
u-boot-1f174689c13a257e3b149d4550805a85bdaf27c3.zip
spi: Drop obsolete mtk_qspi driver references
Since u-boot has added the spi-mem framework and replaced the spi-nor framework, the mtk_qspi is no longer compatible with the new spi-nor driver. Remove this driver along with replacing config item with new mtk spi-nor driver. Signed-off-by: Weijie Gao <weijie.gao@mediatek.com> [jagan: squash related changes and update commit message] Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'drivers/spi/Makefile')
-rw-r--r--drivers/spi/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/Makefile b/drivers/spi/Makefile
index 8a188a70a7..ae4f2958f8 100644
--- a/drivers/spi/Makefile
+++ b/drivers/spi/Makefile
@@ -37,7 +37,6 @@ obj-$(CONFIG_LPC32XX_SSP) += lpc32xx_ssp.o
obj-$(CONFIG_MESON_SPIFC) += meson_spifc.o
obj-$(CONFIG_MPC8XX_SPI) += mpc8xx_spi.o
obj-$(CONFIG_MPC8XXX_SPI) += mpc8xxx_spi.o
-obj-$(CONFIG_MTK_QSPI) += mtk_qspi.o
obj-$(CONFIG_MTK_SNFI_SPI) += mtk_snfi_spi.o
obj-$(CONFIG_MT7621_SPI) += mt7621_spi.o
obj-$(CONFIG_MSCC_BB_SPI) += mscc_bb_spi.o