summaryrefslogtreecommitdiffstats
path: root/configs/ls1046aqds_sdcard_qspi_defconfig
diff options
context:
space:
mode:
authorAlison Wang <alison.wang@nxp.com>2019-12-04 06:21:55 +0000
committerPriyanka Jain <priyanka.jain@nxp.com>2019-12-26 16:00:20 +0530
commit5d168adf2b8babecc863d5d390bfc9953648040a (patch)
tree71dbeaca0368784ab4ef0c645d4ce3c9b1a3ca39 /configs/ls1046aqds_sdcard_qspi_defconfig
parent3499dd033c6fe5a302675a245759654f91534f52 (diff)
downloadu-boot-5d168adf2b8babecc863d5d390bfc9953648040a.tar.gz
u-boot-5d168adf2b8babecc863d5d390bfc9953648040a.tar.xz
u-boot-5d168adf2b8babecc863d5d390bfc9953648040a.zip
configs: Enable SPL_FSL_PBL for some LayerScape platforms
In commit <db4080d56dec>, SPL_FSL_PBL is removed from the configs of some LayerScape platforms. Actually, SPL_FSL_PBL is needed for SD/NAND boot on LS1021A/LS1043A/LS1046A to create boot binary having SPL binary in PBI format concatenated with u-boot binary. SPL_FRAMEWORK is used on these platforms too. Signed-off-by: Alison Wang <alison.wang@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'configs/ls1046aqds_sdcard_qspi_defconfig')
-rw-r--r--configs/ls1046aqds_sdcard_qspi_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1046aqds_sdcard_qspi_defconfig b/configs/ls1046aqds_sdcard_qspi_defconfig
index 88ed9b2aff..10e693316c 100644
--- a/configs/ls1046aqds_sdcard_qspi_defconfig
+++ b/configs/ls1046aqds_sdcard_qspi_defconfig
@@ -12,6 +12,7 @@ CONFIG_ENV_OFFSET=0x300000
CONFIG_NR_DRAM_BANKS=2
CONFIG_SPL=y
CONFIG_AHCI=y
+CONFIG_SPL_FSL_PBL=y
CONFIG_SPL_TEXT_BASE=0x10000000
CONFIG_DISTRO_DEFAULTS=y
CONFIG_FIT_VERBOSE=y