diff options
author | Tom Rini <trini@konsulko.com> | 2022-05-26 16:59:30 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-06-06 12:09:28 -0400 |
commit | 55cf860ba7d604081b11b8ddc23c79572a0ada34 (patch) | |
tree | 9925a59d98420cbe2a852cd5bd5eff1d99f3c56f /configs/P1010RDB-PB_SDCARD_defconfig | |
parent | 90e1fd09101f41ea1350e41fb3c57a662df6b2b8 (diff) | |
download | u-boot-55cf860ba7d604081b11b8ddc23c79572a0ada34.tar.gz u-boot-55cf860ba7d604081b11b8ddc23c79572a0ada34.tar.bz2 u-boot-55cf860ba7d604081b11b8ddc23c79572a0ada34.zip |
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/P1010RDB-PB_SDCARD_defconfig')
-rw-r--r-- | configs/P1010RDB-PB_SDCARD_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/P1010RDB-PB_SDCARD_defconfig b/configs/P1010RDB-PB_SDCARD_defconfig index b5d097add8..1d18f1282d 100644 --- a/configs/P1010RDB-PB_SDCARD_defconfig +++ b/configs/P1010RDB-PB_SDCARD_defconfig @@ -30,6 +30,11 @@ CONFIG_SPL_MAX_SIZE=0x18000 CONFIG_SPL_MMC_BOOT=y CONFIG_SPL_SYS_CCSR_DO_NOT_RELOCATE=y CONFIG_SPL_FLUSH_IMAGE=y +CONFIG_SPL_RELOC_TEXT_BASE=0xd0001000 +CONFIG_SPL_RELOC_STACK=0xd001c000 +CONFIG_SPL_RELOC_MALLOC=y +CONFIG_SPL_RELOC_MALLOC_ADDR=0xd0020000 +CONFIG_SPL_RELOC_MALLOC_SIZE=0x20000 CONFIG_SPL_ENV_SUPPORT=y CONFIG_SPL_I2C=y CONFIG_SPL_MPC8XXX_INIT_DDR=y |