summaryrefslogtreecommitdiff
path: root/configs/P2020RDB-PC_NAND_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-12-14 13:36:33 -0500
committerTom Rini <trini@konsulko.com>2021-12-27 16:20:18 -0500
commit1b465187365342b5720fb0b4cfaf7f6e0306f473 (patch)
tree8e27e7d5434010d40ae4104a00ef7df7ab64acfb /configs/P2020RDB-PC_NAND_defconfig
parented35de6170133cb383997b14981e0c44c96d7cea (diff)
Convert CONFIG_TPL_TEXT_BASE to Kconfig
This converts the following to Kconfig: CONFIG_TPL_TEXT_BASE Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/P2020RDB-PC_NAND_defconfig')
-rw-r--r--configs/P2020RDB-PC_NAND_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/P2020RDB-PC_NAND_defconfig b/configs/P2020RDB-PC_NAND_defconfig
index 19b76ee3cf..c9abf3dd96 100644
--- a/configs/P2020RDB-PC_NAND_defconfig
+++ b/configs/P2020RDB-PC_NAND_defconfig
@@ -6,6 +6,7 @@ CONFIG_ENV_OFFSET=0x100000
CONFIG_DEFAULT_DEVICE_TREE="p2020rdb-pc"
CONFIG_SPL_TEXT_BASE=0xFF800000
CONFIG_SPL_SERIAL=y
+CONFIG_TPL_TEXT_BASE=0xF8F81000
CONFIG_TPL_LIBCOMMON_SUPPORT=y
CONFIG_TPL_LIBGENERIC_SUPPORT=y
CONFIG_SPL=y