diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2020-05-05 12:09:02 +0200 |
---|---|---|
committer | Matthias Brugger <mbrugger@suse.com> | 2020-05-12 11:07:35 +0200 |
commit | cf24c739724f9c40086a73ee648001c79b9cf99c (patch) | |
tree | 43b52f748a9cc77875725fb0ca33d7a0b1c48d94 /configs/rpi_arm64_defconfig | |
parent | c6b9fbf7566f84a807a5c116288648085fa529df (diff) | |
download | u-boot-cf24c739724f9c40086a73ee648001c79b9cf99c.tar.gz |
configs: rpi_arm64: sync env size with rpi_{3,4}_defconfig
Use the same environment size as the configs dedicated for rpi3 and rpi4.
This allows to switch between the builds and not to loose the settings
stored on the SD card.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Matthias Brugger <mbrugger@suse.com>
Diffstat (limited to 'configs/rpi_arm64_defconfig')
-rw-r--r-- | configs/rpi_arm64_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/rpi_arm64_defconfig b/configs/rpi_arm64_defconfig index d2406ca36d..b9bb083a1d 100644 --- a/configs/rpi_arm64_defconfig +++ b/configs/rpi_arm64_defconfig @@ -3,6 +3,7 @@ CONFIG_ARCH_BCM283X=y CONFIG_SYS_TEXT_BASE=0x00080000 CONFIG_TARGET_RPI_ARM64=y CONFIG_SYS_MALLOC_F_LEN=0x2000 +CONFIG_ENV_SIZE=0x4000 CONFIG_NR_DRAM_BANKS=2 CONFIG_DISTRO_DEFAULTS=y CONFIG_OF_BOARD_SETUP=y |