aboutsummaryrefslogtreecommitdiff
path: root/configs/P1020RDB-PC_NAND_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-05-26 16:59:30 -0400
committerTom Rini <trini@konsulko.com>2022-06-06 12:09:28 -0400
commit55cf860ba7d604081b11b8ddc23c79572a0ada34 (patch)
tree9925a59d98420cbe2a852cd5bd5eff1d99f3c56f /configs/P1020RDB-PC_NAND_defconfig
parent90e1fd09101f41ea1350e41fb3c57a662df6b2b8 (diff)
downloadu-boot-55cf860ba7d604081b11b8ddc23c79572a0ada34.zip
u-boot-55cf860ba7d604081b11b8ddc23c79572a0ada34.tar.gz
u-boot-55cf860ba7d604081b11b8ddc23c79572a0ada34.tar.bz2
Convert CONFIG_SPL_RELOC_TEXT_BASE et al to Kconfig
This converts the following to Kconfig: CONFIG_SPL_RELOC_TEXT_BASE CONFIG_SPL_RELOC_STACK CONFIG_SPL_RELOC_MALLOC_ADDR CONFIG_SPL_RELOC_MALLOC_SIZE Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/P1020RDB-PC_NAND_defconfig')
-rw-r--r--configs/P1020RDB-PC_NAND_defconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/P1020RDB-PC_NAND_defconfig b/configs/P1020RDB-PC_NAND_defconfig
index cf211c7..b49cdcb 100644
--- a/configs/P1020RDB-PC_NAND_defconfig
+++ b/configs/P1020RDB-PC_NAND_defconfig
@@ -33,6 +33,13 @@ CONFIG_SPL_NAND_BOOT=y
CONFIG_SPL_SYS_CCSR_DO_NOT_RELOCATE=y
CONFIG_SPL_INIT_MINIMAL=y
CONFIG_SPL_FLUSH_IMAGE=y
+CONFIG_SPL_RELOC_TEXT_BASE=0xf8fbe000
+CONFIG_SPL_RELOC_STACK=0xf8fbfff0
+CONFIG_TPL_RELOC_TEXT_BASE=0xf8f81000
+CONFIG_TPL_RELOC_STACK=0xf8fb0000
+CONFIG_TPL_RELOC_MALLOC=y
+CONFIG_TPL_RELOC_MALLOC_ADDR=0xf8fb4000
+CONFIG_TPL_RELOC_MALLOC_SIZE=0xc000
CONFIG_SPL_NAND_SUPPORT=y
CONFIG_TPL=y
CONFIG_TPL_MAX_SIZE=0x20000