summaryrefslogtreecommitdiff
path: root/configs/ls1046ardb_qspi_SECURE_BOOT_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-08-24 23:11:50 -0400
committerTom Rini <trini@konsulko.com>2021-08-31 17:47:49 -0400
commite4ddf14305b28e788e09a9b1b5b2b2474234eb91 (patch)
tree7caf8423f2aed4dbb2a5a906769a457b79f161e4 /configs/ls1046ardb_qspi_SECURE_BOOT_defconfig
parentd8ef01e964d6b56d4cce61a6fb3db65026e1cd52 (diff)
downloadu-boot-e4ddf14305b28e788e09a9b1b5b2b2474234eb91.tar.gz
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_SECURE_BOOT_defconfig')
-rw-r--r--configs/ls1046ardb_qspi_SECURE_BOOT_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/ls1046ardb_qspi_SECURE_BOOT_defconfig b/configs/ls1046ardb_qspi_SECURE_BOOT_defconfig
index 5e7ccc5924..1609b955a5 100644
--- a/configs/ls1046ardb_qspi_SECURE_BOOT_defconfig
+++ b/configs/ls1046ardb_qspi_SECURE_BOOT_defconfig
@@ -16,6 +16,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