stm32mp1: Increase ENV_SIZE
authorPatrice Chotard <patrice.chotard@st.com>
Tue, 7 May 2019 16:40:47 +0000 (18:40 +0200)
committerPatrice Chotard <patrice.chotard@st.com>
Thu, 6 Jun 2019 15:40:15 +0000 (17:40 +0200)
Increase ENV_SIZE from 4 to 8 Ko

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
arch/arm/mach-stm32mp/Kconfig

index 77f66c65c03ecbbce3c55b2df38b50b5351027b6..a8b09fb7111b4d5a7eb5f3e2bff1da7a79e5b857 100644 (file)
@@ -29,7 +29,7 @@ config SYS_MALLOC_LEN
        default 0x2000000
 
 config ENV_SIZE
-       default 0x1000
+       default 0x2000
 
 config TARGET_STM32MP1
        bool "Support stm32mp1xx"