diff options
| author | Anshul Dalal <[email protected]> | 2025-04-15 15:20:27 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-04-24 08:23:07 -0600 |
| commit | 7d8c3fa26c954f575842d739b4e0b9def4eefae6 (patch) | |
| tree | 4743250c02bc9c3dc450723c2902e1b2badf7bd8 /configs/phycore_am64x_a53_defconfig | |
| parent | 140e1d7fc3a5634e8a3971b5c6bf9b0239591eb0 (diff) | |
configs: set SPL_TEXT_BASE by default for k3 platforms
SPL_TEXT_BASE is used as the load address for the main domain SPL on k3
platforms.
Since the config value is the same for every board, this patch sets the
value 0x80080000 as default for all 64-bit ARCH_K3, 0x43c00000 as
default for the R5 cores and deletes the instances of SPL_TEXT_BASE in
individual defconfigs.
Signed-off-by: Anshul Dalal <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'configs/phycore_am64x_a53_defconfig')
| -rw-r--r-- | configs/phycore_am64x_a53_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/phycore_am64x_a53_defconfig b/configs/phycore_am64x_a53_defconfig index 72936865132..d4842939096 100644 --- a/configs/phycore_am64x_a53_defconfig +++ b/configs/phycore_am64x_a53_defconfig @@ -24,7 +24,6 @@ CONFIG_SPL_MMC=y CONFIG_SPL_SERIAL=y CONFIG_SPL_DRIVERS_MISC=y CONFIG_SPL_STACK_R_ADDR=0x82000000 -CONFIG_SPL_TEXT_BASE=0x80080000 CONFIG_SPL_HAS_BSS_LINKER_SECTION=y CONFIG_SPL_BSS_START_ADDR=0x80a00000 CONFIG_SPL_BSS_MAX_SIZE=0x80000 |
