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>
This commit is contained in:
Patrice Chotard 2019-05-07 18:40:47 +02:00
parent e6b7afe737
commit 1538e1a614

View File

@ -29,7 +29,7 @@ config SYS_MALLOC_LEN
default 0x2000000
config ENV_SIZE
default 0x1000
default 0x2000
config TARGET_STM32MP1
bool "Support stm32mp1xx"