diff options
| author | Adam Ford <[email protected]> | 2024-06-01 09:55:20 -0500 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2024-06-02 02:30:01 +0200 |
| commit | ecfa301911405f9ebc27677f6d26fcd43309ed36 (patch) | |
| tree | 93e2d35210bc1b3ba8c50251e0d51314bb9c86ba | |
| parent | 7ab8406c492795a72067f9beca3acbcecd19ef80 (diff) | |
configs: rzg2_beacon: Realign ENV location and offset
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 <[email protected]>
Reviewed-by: Marek Vasut <[email protected]>
| -rw-r--r-- | configs/rzg2_beacon_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/rzg2_beacon_defconfig b/configs/rzg2_beacon_defconfig index 4aabb1fe03e..234c9650233 100644 --- a/configs/rzg2_beacon_defconfig +++ b/configs/rzg2_beacon_defconfig @@ -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 |
