From: Vinitha V Pillai Date: Thu, 7 Jun 2018 04:35:14 +0000 (+0530) Subject: LS1043ARBD: Fix SD Boot issue with PPA X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=d264fadac5ada4e587692c8968ae41f315e875f5;p=u-boot.git 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 Signed-off-by: Ruchika Gupta Reviewed-by: York Sun --- 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