diff mbox series

[U-Boot] LS1043ARBD: Fix SD Boot issue with PPA

Message ID 1528346114-17455-1-git-send-email-vinitha.pillai@nxp.com
State Awaiting Upstream
Delegated to: York Sun
Headers show
Series [U-Boot] LS1043ARBD: Fix SD Boot issue with PPA | expand

Commit Message

Vinitha V Pillai June 7, 2018, 4:35 a.m. UTC
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>
---
 configs/ls1043ardb_sdcard_defconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

York Sun July 27, 2018, 3:31 p.m. UTC | #1
On 06/06/2018 09:40 PM, Vinitha V Pillai wrote:
> 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>
> ---

Applied to fsl-qoriq, awaiting upstream.
Thanks.

York
diff mbox series

Patch

diff --git a/configs/ls1043ardb_sdcard_defconfig b/configs/ls1043ardb_sdcard_defconfig
index 8620ad9..a4c54a1 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