diff mbox series

configs: rpi_arm64: sync env size with rpi_{3,4}_defconfig

Message ID 20200505100902.12091-1-m.szyprowski@samsung.com
State Accepted
Commit cf24c739724f9c40086a73ee648001c79b9cf99c
Headers show
Series configs: rpi_arm64: sync env size with rpi_{3,4}_defconfig | expand

Commit Message

Marek Szyprowski May 5, 2020, 10:09 a.m. UTC
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 at samsung.com>
---
 configs/rpi_arm64_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Matthias Brugger May 12, 2020, 10:10 a.m. UTC | #1
On 05/05/2020 12:09, Marek Szyprowski wrote:
> 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 at samsung.com>

queued for 2020.07

Thanks!

> ---
>  configs/rpi_arm64_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/configs/rpi_arm64_defconfig b/configs/rpi_arm64_defconfig
> index 926dfc3..7c59400 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
>
diff mbox series

Patch

diff --git a/configs/rpi_arm64_defconfig b/configs/rpi_arm64_defconfig
index 926dfc3..7c59400 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