]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: rzg2_beacon: Realign ENV location and offset
authorAdam Ford <aford173@gmail.com>
Sat, 1 Jun 2024 14:55:20 +0000 (09:55 -0500)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Sun, 2 Jun 2024 00:30:01 +0000 (02:30 +0200)
The ENV size and offset were changed to different
values in Beacon's downstream release.  Change them to the
same values as the downstream for consistent behavior.

Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
configs/rzg2_beacon_defconfig

index 4aabb1fe03e9bba98ef72d747678c3fec2526d2c..234c96502333bd32e61421b2820990571754045e 100644 (file)
@@ -3,7 +3,8 @@ CONFIG_ARCH_RENESAS=y
 CONFIG_TEXT_BASE=0x50000000
 CONFIG_SYS_MALLOC_LEN=0x4000000
 CONFIG_SYS_MALLOC_F_LEN=0x2000
-CONFIG_ENV_OFFSET=0x0
+CONFIG_ENV_SIZE=0x2000
+CONFIG_ENV_OFFSET=0xFFFFE000
 CONFIG_DM_GPIO=y
 CONFIG_DEFAULT_DEVICE_TREE="renesas/r8a774a1-beacon-rzg2m-kit"
 CONFIG_RCAR_GEN3=y