diff options
author | Alison Wang <alison.wang@nxp.com> | 2019-12-04 06:21:55 +0000 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2019-12-26 16:00:20 +0530 |
commit | 5d168adf2b8babecc863d5d390bfc9953648040a (patch) | |
tree | 71dbeaca0368784ab4ef0c645d4ce3c9b1a3ca39 /configs/ls1046aqds_nand_defconfig | |
parent | 3499dd033c6fe5a302675a245759654f91534f52 (diff) | |
download | u-boot-5d168adf2b8babecc863d5d390bfc9953648040a.tar.gz |
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_nand_defconfig')
-rw-r--r-- | configs/ls1046aqds_nand_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1046aqds_nand_defconfig b/configs/ls1046aqds_nand_defconfig index 5fbb573ccc..9057622ff9 100644 --- a/configs/ls1046aqds_nand_defconfig +++ b/configs/ls1046aqds_nand_defconfig @@ -8,6 +8,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 |