summaryrefslogtreecommitdiff
path: root/configs/P1010RDB-PA_NAND_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-12-14 21:36:33 +0300
committerTom Rini <trini@konsulko.com>2021-12-28 00:20:18 +0300
commit1b465187365342b5720fb0b4cfaf7f6e0306f473 (patch)
tree8e27e7d5434010d40ae4104a00ef7df7ab64acfb /configs/P1010RDB-PA_NAND_defconfig
parented35de6170133cb383997b14981e0c44c96d7cea (diff)
downloadu-boot-1b465187365342b5720fb0b4cfaf7f6e0306f473.tar.xz
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/P1010RDB-PA_NAND_defconfig')
-rw-r--r--configs/P1010RDB-PA_NAND_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/P1010RDB-PA_NAND_defconfig b/configs/P1010RDB-PA_NAND_defconfig
index b18da3f1e6..e2e78d41cc 100644
--- a/configs/P1010RDB-PA_NAND_defconfig
+++ b/configs/P1010RDB-PA_NAND_defconfig
@@ -6,6 +6,7 @@ CONFIG_ENV_OFFSET=0x100000
CONFIG_DEFAULT_DEVICE_TREE="p1010rdb-pa"
CONFIG_SPL_TEXT_BASE=0xFF800000
CONFIG_SPL_SERIAL=y
+CONFIG_TPL_TEXT_BASE=0xD0001000
CONFIG_TPL_LIBCOMMON_SUPPORT=y
CONFIG_TPL_LIBGENERIC_SUPPORT=y
CONFIG_SPL_DRIVERS_MISC=y