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/ls1046ardb_qspi_spl_defconfig | |
parent | de75036855c714a77eac345c0ab657627e798079 (diff) |
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/ls1046ardb_qspi_spl_defconfig')
-rw-r--r-- | configs/ls1046ardb_qspi_spl_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1046ardb_qspi_spl_defconfig b/configs/ls1046ardb_qspi_spl_defconfig index 6090c1e61c..7d2ea10880 100644 --- a/configs/ls1046ardb_qspi_spl_defconfig +++ b/configs/ls1046ardb_qspi_spl_defconfig @@ -51,6 +51,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_PHYLIB=y CONFIG_PHY_GIGE=y CONFIG_E1000=y |