summaryrefslogtreecommitdiff
path: root/configs/T2080RDB_revD_NAND_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-08-25 06:11:49 +0300
committerTom Rini <trini@konsulko.com>2021-09-01 00:47:49 +0300
commitd8ef01e964d6b56d4cce61a6fb3db65026e1cd52 (patch)
tree41cbd3048b409aef34b9046246afea9bd1bdf643 /configs/T2080RDB_revD_NAND_defconfig
parentca2b13c8859e1fbaa550405477c695f769626ffb (diff)
downloadu-boot-d8ef01e964d6b56d4cce61a6fb3db65026e1cd52.tar.xz
Convert CONFIG_RAMBOOT_PBL et al to Kconfig
This converts the following to Kconfig: CONFIG_RAMBOOT_PBL CONFIG_SYS_FSL_PBL_PBI CONFIG_SYS_FSL_PBL_RCW Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/T2080RDB_revD_NAND_defconfig')
-rw-r--r--configs/T2080RDB_revD_NAND_defconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/T2080RDB_revD_NAND_defconfig b/configs/T2080RDB_revD_NAND_defconfig
index 54ca1a9697..41528bd5a8 100644
--- a/configs/T2080RDB_revD_NAND_defconfig
+++ b/configs/T2080RDB_revD_NAND_defconfig
@@ -20,7 +20,9 @@ CONFIG_FIT=y
CONFIG_FIT_VERBOSE=y
CONFIG_OF_BOARD_SETUP=y
CONFIG_OF_STDOUT_VIA_ALIAS=y
-CONFIG_SYS_EXTRA_OPTIONS="RAMBOOT_PBL"
+CONFIG_RAMBOOT_PBL=y
+CONFIG_SYS_FSL_PBL_PBI="board/freescale/t208xrdb/t2080_pbi.cfg"
+CONFIG_SYS_FSL_PBL_RCW="board/freescale/t208xrdb/t2080_nand_rcw.cfg"
CONFIG_BOOTDELAY=10
CONFIG_BOARD_EARLY_INIT_R=y
# CONFIG_SPL_FRAMEWORK is not set