diff options
author | Vinitha V Pillai <vinitha.pillai@nxp.com> | 2018-06-07 10:05:14 +0530 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2018-07-26 10:59:35 -0700 |
commit | d264fadac5ada4e587692c8968ae41f315e875f5 (patch) | |
tree | 4293fbadd2096bd29867e9f9ef0f32f1280b51ba /configs/ls1043ardb_sdcard_defconfig | |
parent | f4ef476d2061853ca9a348ec15ce04d2558c755b (diff) | |
download | u-boot-d264fadac5ada4e587692c8968ae41f315e875f5.tar.gz u-boot-d264fadac5ada4e587692c8968ae41f315e875f5.tar.xz u-boot-d264fadac5ada4e587692c8968ae41f315e875f5.zip |
LS1043ARBD: Fix SD Boot issue with PPA
CONFIG_SPL_FSL_LS_PPA is needed only in case of falcon boot
Support for this is not present in PPA currently, so
removing the default option from defconfig
Signed-off-by: Vinitha V Pillai <vinitha.pillai@nxp.com>
Signed-off-by: Ruchika Gupta <ruchika.gupta@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs/ls1043ardb_sdcard_defconfig')
-rw-r--r-- | configs/ls1043ardb_sdcard_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/ls1043ardb_sdcard_defconfig b/configs/ls1043ardb_sdcard_defconfig index 64b5bb69aa..09ff4c32f7 100644 --- a/configs/ls1043ardb_sdcard_defconfig +++ b/configs/ls1043ardb_sdcard_defconfig @@ -4,7 +4,6 @@ CONFIG_SYS_TEXT_BASE=0x82000000 CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y CONFIG_FSL_LS_PPA=y -CONFIG_SPL_FSL_LS_PPA=y CONFIG_SPL_MMC_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL_DRIVERS_MISC_SUPPORT=y |