diff options
author | Weijie Gao <weijie.gao@mediatek.com> | 2019-07-22 17:09:42 +0530 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2019-07-25 18:52:20 +0530 |
commit | 1f174689c13a257e3b149d4550805a85bdaf27c3 (patch) | |
tree | 9815b77ddab0270851b35d5badf30caa36229120 /configs/mt7629_rfb_defconfig | |
parent | 603fcd16b1e34d7f11a89a3a5e73febbb302dea5 (diff) |
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 'configs/mt7629_rfb_defconfig')
-rw-r--r-- | configs/mt7629_rfb_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mt7629_rfb_defconfig b/configs/mt7629_rfb_defconfig index 0dceafdaa6..d8efba6620 100644 --- a/configs/mt7629_rfb_defconfig +++ b/configs/mt7629_rfb_defconfig @@ -63,7 +63,7 @@ CONFIG_DM_SERIAL=y CONFIG_MTK_SERIAL=y CONFIG_SPI=y CONFIG_DM_SPI=y -CONFIG_MTK_QSPI=y +CONFIG_MTK_SNFI_SPI=y CONFIG_SYSRESET=y CONFIG_SPL_SYSRESET=y CONFIG_SYSRESET_WATCHDOG=y |