diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2019-05-07 18:40:47 +0200 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@st.com> | 2019-06-06 17:40:15 +0200 |
commit | 1538e1a61418ac65a24e9705f61f00e721e4dcce (patch) | |
tree | 01b2e82cfc5da367fac01e0405235794708642fe /arch/arm | |
parent | e6b7afe737f95f61f347a340acdda1a48d29ed50 (diff) |
stm32mp1: Increase ENV_SIZE
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-stm32mp/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-stm32mp/Kconfig b/arch/arm/mach-stm32mp/Kconfig index 77f66c65c0..a8b09fb711 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" |