diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-12-22 00:58:24 +0100 |
---|---|---|
committer | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-12-22 22:31:01 +0100 |
commit | 118a10e1ddef895e078e48a0a9755141341e1585 (patch) | |
tree | 4e19e5b71ed8c2a10fc412579c190e8f555a01c9 /configs/renesas_rcar2.config | |
parent | cfe57427c28763fd94e5bdcf89de9dabca4b1684 (diff) | |
download | u-boot-118a10e1ddef895e078e48a0a9755141341e1585.zip u-boot-118a10e1ddef895e078e48a0a9755141341e1585.tar.gz u-boot-118a10e1ddef895e078e48a0a9755141341e1585.tar.bz2 |
ARM: renesas: Consistently enable ENV_OVERWRITE on Renesas R-Car
Move CONFIG_ENV_OVERWRITE=y into commont renesas_rcar.config to make sure
this configuration option is consistently enabled on all of Renesas R-Car
Gen2, Gen3, Gen4. Currently this option is not enabled on Gen4, this fix
corrects that omission.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'configs/renesas_rcar2.config')
-rw-r--r-- | configs/renesas_rcar2.config | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/renesas_rcar2.config b/configs/renesas_rcar2.config index 74dfd41..4ffc4d0 100644 --- a/configs/renesas_rcar2.config +++ b/configs/renesas_rcar2.config @@ -14,7 +14,6 @@ CONFIG_CMD_USB=y CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x4f000000 CONFIG_ENABLE_ARM_SOC_BOOT0_HOOK=y CONFIG_ENV_IS_IN_SPI_FLASH=y -CONFIG_ENV_OVERWRITE=y CONFIG_ENV_SECT_SIZE=0x40000 CONFIG_ENV_SIZE=0x40000 CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y |