diff options
| author | Hai Pham <[email protected]> | 2025-10-27 18:09:24 +0100 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2025-11-06 20:09:59 +0100 |
| commit | aed74eddf38fc349d14306d094f503504eb40438 (patch) | |
| tree | b9b80c452a5223c34fa04879c3e34230dc9b085c | |
| parent | d7e8fb915ef0fe77040e820bab0ef5ee2aefbdea (diff) | |
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 <[email protected]>
Signed-off-by: Marek Vasut <[email protected]> # Upport
| -rw-r--r-- | configs/renesas_rcar3.config | 1 | ||||
| -rw-r--r-- | configs/renesas_rcar4.config | 1 | ||||
| -rw-r--r-- | configs/renesas_rcar64.config | 1 |
3 files changed, 2 insertions, 1 deletions
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 <configs/renesas_rcar64.config> 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 |
