diff options
author | Ashish Kumar <Ashish.Kumar@nxp.com> | 2019-07-09 14:50:15 +0530 |
---|---|---|
committer | Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> | 2019-08-22 09:07:35 +0530 |
commit | bc475d0fde85ed524943d686b326f4dca8c5efcf (patch) | |
tree | 2ed378ad6746d215fd44e67c0b10c20c821312c8 /configs/ls1043aqds_tfa_defconfig | |
parent | acf40f50b895cac6d38d350d57df1c9f6390a117 (diff) | |
download | u-boot-bc475d0fde85ed524943d686b326f4dca8c5efcf.tar.gz |
configs: ls1043aqds: Move CONFIG_FSL_QSPI to defconfig
Move CONFIG_FSL_QSPI from header file to defconfigs,
consequently unset imply config(CONFIG_SPI_FLASH_BAR) which
is not valid for LS series.
Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com>
Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Diffstat (limited to 'configs/ls1043aqds_tfa_defconfig')
-rw-r--r-- | configs/ls1043aqds_tfa_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/ls1043aqds_tfa_defconfig b/configs/ls1043aqds_tfa_defconfig index f935087526..b49ac2cb5d 100644 --- a/configs/ls1043aqds_tfa_defconfig +++ b/configs/ls1043aqds_tfa_defconfig @@ -47,6 +47,7 @@ CONFIG_SYS_FLASH_USE_BUFFER_WRITE=y CONFIG_SYS_FLASH_CFI=y CONFIG_SPI_FLASH=y CONFIG_SF_DEFAULT_BUS=1 +# CONFIG_SPI_FLASH_BAR is not set CONFIG_PHYLIB=y CONFIG_E1000=y CONFIG_FMAN_ENET=y @@ -58,6 +59,7 @@ CONFIG_DM_SCSI=y CONFIG_SYS_NS16550=y CONFIG_SPI=y CONFIG_DM_SPI=y +CONFIG_FSL_QSPI=y CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_XHCI_HCD=y |