diff options
| author | Tom Rini <[email protected]> | 2024-06-03 09:47:43 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-06-03 09:47:43 -0600 |
| commit | 45ab5baacd247b4e61529a9faed729ef535ae5e1 (patch) | |
| tree | ce43dd221d2ad0b6082f3395de9be20675af5768 /configs | |
| parent | c2d15c4b7996520614c5025b37fd6d38c70600c8 (diff) | |
| parent | ecfa301911405f9ebc27677f6d26fcd43309ed36 (diff) | |
Merge branch 'master-cleanup' of https://source.denx.de/u-boot/custodians/u-boot-sh
Diffstat (limited to 'configs')
| -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 |
