All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] configs: rpi_arm64: sync env size with rpi_{3,4}_defconfig
       [not found] <CGME20200505100912eucas1p2c79bd4675810aa1bcd3ce6a4ab6dca3b@eucas1p2.samsung.com>
@ 2020-05-05 10:09 ` Marek Szyprowski
  2020-05-12 10:10   ` Matthias Brugger
  0 siblings, 1 reply; 2+ messages in thread
From: Marek Szyprowski @ 2020-05-05 10:09 UTC (permalink / raw)
  To: u-boot

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>
---
 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
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] configs: rpi_arm64: sync env size with rpi_{3,4}_defconfig
  2020-05-05 10:09 ` [PATCH] configs: rpi_arm64: sync env size with rpi_{3,4}_defconfig Marek Szyprowski
@ 2020-05-12 10:10   ` Matthias Brugger
  0 siblings, 0 replies; 2+ messages in thread
From: Matthias Brugger @ 2020-05-12 10:10 UTC (permalink / raw)
  To: u-boot



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@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
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-12 10:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20200505100912eucas1p2c79bd4675810aa1bcd3ce6a4ab6dca3b@eucas1p2.samsung.com>
2020-05-05 10:09 ` [PATCH] configs: rpi_arm64: sync env size with rpi_{3,4}_defconfig Marek Szyprowski
2020-05-12 10:10   ` Matthias Brugger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.