diff options
| author | Marek Vasut <[email protected]> | 2025-11-19 21:36:59 +0100 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2025-12-02 19:25:17 +0100 |
| commit | 6ec94acd15e3a44700287c27ca8cf15488afd424 (patch) | |
| tree | 471c482e360e094ef897dae46c2d72248883cce0 | |
| parent | 925e0cb3b99ab73b26926d8aa006579b7a8214a9 (diff) | |
arm64: renesas: r8a779g3: Use redundant env on Retronix R-Car V4H Sparrow Hawk board
The redundant environment offset is already set in board configuration,
but the redundant environment itself is not explicitly enabled. Make
sure the redundant environment is enabled, as we most certainly do want
to have two copies of the environment.
Signed-off-by: Marek Vasut <[email protected]>
| -rw-r--r-- | configs/r8a779g3_sparrowhawk_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/r8a779g3_sparrowhawk_defconfig b/configs/r8a779g3_sparrowhawk_defconfig index 2d1abf6f26d..ee8f2711985 100644 --- a/configs/r8a779g3_sparrowhawk_defconfig +++ b/configs/r8a779g3_sparrowhawk_defconfig @@ -6,6 +6,7 @@ CONFIG_RCAR_GEN4=y CONFIG_ARM_SMCCC=y CONFIG_ARMV8_PSCI=y CONFIG_ENV_IS_IN_SPI_FLASH=y +CONFIG_ENV_REDUNDANT=y CONFIG_ENV_OFFSET=0x3f80000 CONFIG_ENV_OFFSET_REDUND=0x3fc0000 CONFIG_ENV_SECT_SIZE=0x40000 |
