diff mbox series

[U-Boot] armv8: ls1046ardb: disable PPA loading during SPL stage for SD boot

Message ID 20170918065849.33914-1-yangbo.lu@nxp.com
State Accepted
Commit 09c6778d9f5c85c40d8a81722c98142975c2a01e
Delegated to: York Sun
Headers show
Series [U-Boot] armv8: ls1046ardb: disable PPA loading during SPL stage for SD boot | expand

Commit Message

Yangbo Lu Sept. 18, 2017, 6:58 a.m. UTC
PPA loading during SPL stage is not required for nornal
SD boot scenario.

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
---
 configs/ls1046ardb_sdcard_defconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

York Sun Sept. 25, 2017, 5:34 p.m. UTC | #1
On 09/18/2017 12:16 AM, Yangbo Lu wrote:
> PPA loading during SPL stage is not required for nornal
> SD boot scenario.
> 
> Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
> ---

Applied to fsl-qoriq mater. Thanks.

York
diff mbox series

Patch

diff --git a/configs/ls1046ardb_sdcard_defconfig b/configs/ls1046ardb_sdcard_defconfig
index 600990ea60..1d7ed3b23a 100644
--- a/configs/ls1046ardb_sdcard_defconfig
+++ b/configs/ls1046ardb_sdcard_defconfig
@@ -1,7 +1,6 @@ 
 CONFIG_ARM=y
 CONFIG_TARGET_LS1046ARDB=y
 CONFIG_FSL_LS_PPA=y
-CONFIG_SPL_FSL_LS_PPA=y
 CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1046a-rdb"
 CONFIG_DISTRO_DEFAULTS=y
 CONFIG_FIT_VERBOSE=y