]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm64: renesas: r8a779g3: Use redundant env on Retronix R-Car V4H Sparrow Hawk board
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Wed, 19 Nov 2025 20:36:59 +0000 (21:36 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Tue, 2 Dec 2025 18:25:17 +0000 (19:25 +0100)
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 <marek.vasut+renesas@mailbox.org>
configs/r8a779g3_sparrowhawk_defconfig

index 2d1abf6f26dfc57b2f5e59c5bec054b02a6d29c4..ee8f27119858e19900fa94fc4de34f379afa6b38 100644 (file)
@@ -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