diff options
author | Yangbo Lu <yangbo.lu@nxp.com> | 2017-09-18 14:58:49 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-09-22 12:49:51 -0700 |
commit | 09c6778d9f5c85c40d8a81722c98142975c2a01e (patch) | |
tree | 1fc19007e84aa637b2c5ea74b4800c7a3f182d80 /configs | |
parent | e2c43a42425f0a8f80bf7e563767a78d28965565 (diff) |
armv8: ls1046ardb: disable PPA loading during SPL stage for SD boot
PPA loading during SPL stage is not required for nornal
SD boot scenario.
Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/ls1046ardb_sdcard_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 |