diff options
author | Ashish Kumar <Ashish.Kumar@nxp.com> | 2019-05-31 16:03:28 +0530 |
---|---|---|
committer | Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> | 2019-06-19 12:54:57 +0530 |
commit | 749423270082e4850687de76c1742d34da1af607 (patch) | |
tree | 995895db35ae4009aadabbce7ccf1fa9e638d3f5 /configs/ls1012afrdm_tfa_defconfig | |
parent | 4da0e52c9dc04b74d230e32d1bda5d751cc6f41f (diff) | |
download | u-boot-749423270082e4850687de76c1742d34da1af607.tar.gz u-boot-749423270082e4850687de76c1742d34da1af607.tar.bz2 u-boot-749423270082e4850687de76c1742d34da1af607.zip |
configs: Unset CONFIG_SPI_FLASH_BAR, move CONFIG_FSL_QSPI to defconfig
Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com>
Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Diffstat (limited to 'configs/ls1012afrdm_tfa_defconfig')
-rw-r--r-- | configs/ls1012afrdm_tfa_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/ls1012afrdm_tfa_defconfig b/configs/ls1012afrdm_tfa_defconfig index a41f97cf8f..3de0a982db 100644 --- a/configs/ls1012afrdm_tfa_defconfig +++ b/configs/ls1012afrdm_tfa_defconfig @@ -32,6 +32,7 @@ CONFIG_DM=y # CONFIG_MMC is not set CONFIG_DM_SPI_FLASH=y CONFIG_SPI_FLASH=y +# CONFIG_SPI_FLASH_BAR is not set # CONFIG_SPI_FLASH_USE_4K_SECTORS is not set CONFIG_FSL_PFE=y CONFIG_DM_ETH=y @@ -43,6 +44,7 @@ CONFIG_PCIE_LAYERSCAPE=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 |