aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2022-12-22 22:06:46 +0100
committerMarek Vasut <marek.vasut+renesas@gmail.com>2023-01-14 14:10:12 +0100
commit0abcc23392db37752a402119fbb55c6b213bc3c5 (patch)
tree9a834edc7cc53c8e048f766a5c0a46c243d0aee8
parent2d09040fbaf83ef923fe8be4be6564d9a58e525f (diff)
downloadu-boot-0abcc23392db37752a402119fbb55c6b213bc3c5.zip
u-boot-0abcc23392db37752a402119fbb55c6b213bc3c5.tar.gz
u-boot-0abcc23392db37752a402119fbb55c6b213bc3c5.tar.bz2
ARM: renesas: ulcb: Set CONFIG_TEXT_BASE=0x0 on R-Car Gen3 ULCB
Since R-Car Gen3 already enables position independent build, also set CONFIG_TEXT_BASE=0x0 to finalize the switch. This is possible since 534f0fbd65 ("arm64: Fix relocation of env_addr if POSITION_INDEPENDENT=y") fixed current env_get_char() crash with CONFIG_TEXT_BASE=0x0 . This change permits us to start U-Boot from any location in DRAM instead of specific TEXT_BASE. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
-rw-r--r--configs/rcar3_ulcb_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/rcar3_ulcb_defconfig b/configs/rcar3_ulcb_defconfig
index 076bc2d..1e96488 100644
--- a/configs/rcar3_ulcb_defconfig
+++ b/configs/rcar3_ulcb_defconfig
@@ -2,7 +2,7 @@ CONFIG_ARM=y
CONFIG_COUNTER_FREQUENCY=16666666
CONFIG_ARCH_CPU_INIT=y
CONFIG_ARCH_RMOBILE=y
-CONFIG_TEXT_BASE=0x50000000
+CONFIG_TEXT_BASE=0x0
CONFIG_SYS_MALLOC_LEN=0x4000000
CONFIG_SYS_MALLOC_F_LEN=0x2000
CONFIG_ENV_SIZE=0x20000