From: Patrice Chotard Date: Tue, 7 May 2019 16:40:47 +0000 (+0200) Subject: stm32mp1: Increase ENV_SIZE X-Git-Tag: v2019.07~35^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1538e1a61418ac65a24e9705f61f00e721e4dcce;p=platform%2Fkernel%2Fu-boot.git stm32mp1: Increase ENV_SIZE Increase ENV_SIZE from 4 to 8 Ko Signed-off-by: Patrick Delaunay Signed-off-by: Patrice Chotard --- diff --git a/arch/arm/mach-stm32mp/Kconfig b/arch/arm/mach-stm32mp/Kconfig index 77f66c6..a8b09fb 100644 --- a/arch/arm/mach-stm32mp/Kconfig +++ b/arch/arm/mach-stm32mp/Kconfig @@ -29,7 +29,7 @@ config SYS_MALLOC_LEN default 0x2000000 config ENV_SIZE - default 0x1000 + default 0x2000 config TARGET_STM32MP1 bool "Support stm32mp1xx"