summaryrefslogtreecommitdiff
path: root/configs/ls1046ardb_qspi_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-08-25 06:11:50 +0300
committerTom Rini <trini@konsulko.com>2021-09-01 00:47:49 +0300
commite4ddf14305b28e788e09a9b1b5b2b2474234eb91 (patch)
tree7caf8423f2aed4dbb2a5a906769a457b79f161e4 /configs/ls1046ardb_qspi_defconfig
parentd8ef01e964d6b56d4cce61a6fb3db65026e1cd52 (diff)
downloadu-boot-e4ddf14305b28e788e09a9b1b5b2b2474234eb91.tar.xz
ls1046ardb_qspi*: Enable RAMBOOT_PBL
Based on include/configs/ls1046ardb.h it seems that CONFIG_RAMBOOT_PBL should have been enabled, but was not. Enable and migrate the values to Kconfig. Cc: Mingkai Hu <mingkai.hu@nxp.com> Cc: Rajesh Bhagat <rajesh.bhagat@nxp.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/ls1046ardb_qspi_defconfig')
-rw-r--r--configs/ls1046ardb_qspi_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/ls1046ardb_qspi_defconfig b/configs/ls1046ardb_qspi_defconfig
index 52ea00f8d1..e6b1ccbe85 100644
--- a/configs/ls1046ardb_qspi_defconfig
+++ b/configs/ls1046ardb_qspi_defconfig
@@ -17,6 +17,9 @@ CONFIG_AHCI=y
CONFIG_DISTRO_DEFAULTS=y
CONFIG_FIT_VERBOSE=y
CONFIG_OF_BOARD_SETUP=y
+CONFIG_RAMBOOT_PBL=y
+CONFIG_SYS_FSL_PBL_PBI="board/freescale/ls1046ardb/ls1046ardb_qspi_pbi.cfg"
+CONFIG_SYS_FSL_PBL_RCW="board/freescale/ls1046ardb/ls1046ardb_rcw_qspi.cfg"
CONFIG_QSPI_BOOT=y
CONFIG_BOOTDELAY=10
CONFIG_USE_BOOTARGS=y