diff options
author | Rajat Srivastava <rajat.srivastava@nxp.com> | 2019-04-24 18:15:12 +0530 |
---|---|---|
committer | Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> | 2019-05-22 12:24:24 +0530 |
commit | 49d88397e2689e3621e9fb49c416eef8b85b0e3b (patch) | |
tree | 5da46b171f8950c67f1a51798aadc292f072d930 /configs/ls2080aqds_sdcard_defconfig | |
parent | 43aba782ea4c67286e6fe1a0a14e16243a06e364 (diff) | |
download | u-boot-49d88397e2689e3621e9fb49c416eef8b85b0e3b.tar.gz |
configs: Unset CONFIG_SPI_BAR for all LS2080A/LS2081A defconfigs
Signed-off-by: Rajat Srivastava <rajat.srivastava@nxp.com>
Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Diffstat (limited to 'configs/ls2080aqds_sdcard_defconfig')
-rw-r--r-- | configs/ls2080aqds_sdcard_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls2080aqds_sdcard_defconfig b/configs/ls2080aqds_sdcard_defconfig index 651e45b573..9d1715f03f 100644 --- a/configs/ls2080aqds_sdcard_defconfig +++ b/configs/ls2080aqds_sdcard_defconfig @@ -47,6 +47,7 @@ CONFIG_DM_MMC=y CONFIG_FSL_ESDHC=y CONFIG_DM_SPI_FLASH=y CONFIG_SPI_FLASH=y +# CONFIG_SPI_FLASH_BAR is not set CONFIG_PHYLIB=y CONFIG_PHY_GIGE=y CONFIG_E1000=y |