commit | 1538e1a61418ac65a24e9705f61f00e721e4dcce | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Tue May 07 18:40:47 2019 +0200 |
committer | Patrice Chotard <patrice.chotard@st.com> | Thu Jun 06 17:40:15 2019 +0200 |
tree | 01b2e82cfc5da367fac01e0405235794708642fe | |
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>
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 @@ default 0x2000000 config ENV_SIZE - default 0x1000 + default 0x2000 config TARGET_STM32MP1 bool "Support stm32mp1xx"