diff options
author | Rajat Srivastava <rajat.srivastava@nxp.com> | 2019-04-24 18:15:11 +0530 |
---|---|---|
committer | Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> | 2019-05-22 12:24:24 +0530 |
commit | 43aba782ea4c67286e6fe1a0a14e16243a06e364 (patch) | |
tree | 31ea73a7a86fb0a60f8a768bfc7e75158562ae7e /configs/ls1046aqds_qspi_defconfig | |
parent | de75036855c714a77eac345c0ab657627e798079 (diff) | |
download | u-boot-43aba782ea4c67286e6fe1a0a14e16243a06e364.tar.gz |
configs: Unset CONFIG_SPI_BAR for all LS1046A defconfigs
Signed-off-by: Rajat Srivastava <rajat.srivastava@nxp.com>
Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Diffstat (limited to 'configs/ls1046aqds_qspi_defconfig')
-rw-r--r-- | configs/ls1046aqds_qspi_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1046aqds_qspi_defconfig b/configs/ls1046aqds_qspi_defconfig index d7b543d3c0..6320a595a6 100644 --- a/configs/ls1046aqds_qspi_defconfig +++ b/configs/ls1046aqds_qspi_defconfig @@ -35,6 +35,7 @@ CONFIG_FSL_CAAM=y CONFIG_DM_MMC=y CONFIG_FSL_ESDHC=y CONFIG_SPI_FLASH=y +# CONFIG_SPI_FLASH_BAR is not set # CONFIG_SPI_FLASH_USE_4K_SECTORS is not set CONFIG_PHYLIB=y CONFIG_E1000=y |