From: Hai Pham Date: Mon, 27 Oct 2025 17:09:24 +0000 (+0100) Subject: arm64: renesas: Make CONFIG_SYS_LOAD_ADDR family-specific X-Git-Tag: v2026.01-rc2~27^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aed74eddf38fc349d14306d094f503504eb40438;p=thirdparty%2Fu-boot.git arm64: renesas: Make CONFIG_SYS_LOAD_ADDR family-specific Make CONFIG_SYS_LOAD_ADDR family-specific to prepare for R-Car Gen5 support. R-Car Gen5 uses different memory map compared to the current R-Car Gen3 and Gen4 and also different CONFIG_SYS_LOAD_ADDR. This is a preparatory change for R-Car Gen5. No functional change. Signed-off-by: Hai Pham Signed-off-by: Marek Vasut # Upport --- diff --git a/configs/renesas_rcar3.config b/configs/renesas_rcar3.config index 9f2413ae928..f4713898bc6 100644 --- a/configs/renesas_rcar3.config +++ b/configs/renesas_rcar3.config @@ -1,4 +1,5 @@ #include CONFIG_BITBANGMII=y +CONFIG_SYS_LOAD_ADDR=0x58000000 CONFIG_SYS_PBSIZE=2068 diff --git a/configs/renesas_rcar4.config b/configs/renesas_rcar4.config index 085d02b51c3..6ebd93ede9f 100644 --- a/configs/renesas_rcar4.config +++ b/configs/renesas_rcar4.config @@ -12,6 +12,7 @@ CONFIG_MMC_UHS_SUPPORT=y CONFIG_RENESAS_SDHI=y CONFIG_SPI_FLASH_SPANSION=y CONFIG_SYS_I2C_RCAR_I2C=y +CONFIG_SYS_LOAD_ADDR=0x58000000 CONFIG_ENV_RELOC_GD_ENV_ADDR=y CONFIG_USE_BOOTARGS=y CONFIG_USE_BOOTCOMMAND=y diff --git a/configs/renesas_rcar64.config b/configs/renesas_rcar64.config index 073f728bf09..c2cb88dc157 100644 --- a/configs/renesas_rcar64.config +++ b/configs/renesas_rcar64.config @@ -11,7 +11,6 @@ CONFIG_REMAKE_ELF=y CONFIG_RENESAS_RPC_SPI=y CONFIG_SUPPORT_RAW_INITRD=y CONFIG_SYSCON=y -CONFIG_SYS_LOAD_ADDR=0x58000000 CONFIG_SYS_MALLOC_BOOTPARAMS=y CONFIG_SYS_MALLOC_LEN=0x4000000 CONFIG_SYS_MONITOR_LEN=1048576