summaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32mp
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@st.com>2019-04-18 17:32:37 +0200
committerPatrice Chotard <patrice.chotard@st.com>2019-05-23 11:36:46 +0200
commit579a3e7bf98ee1a60b40b04f24858939cc34b322 (patch)
tree47fce6ffc6ea97f9cd3c9c706d42e205673a222e /arch/arm/mach-stm32mp
parentef84dddd8354bfd7d86ac2411edd3950613b5748 (diff)
stm32mp1: Move ENV_SIZE and ENV_OFFSET to Kconfig
Add arch stm32mp for ENV migration step and drop more items from include/configs/xxx.h. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'arch/arm/mach-stm32mp')
-rw-r--r--arch/arm/mach-stm32mp/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-stm32mp/Kconfig b/arch/arm/mach-stm32mp/Kconfig
index 39a2a3273d..26dace1085 100644
--- a/arch/arm/mach-stm32mp/Kconfig
+++ b/arch/arm/mach-stm32mp/Kconfig
@@ -26,6 +26,9 @@ config SYS_SOC
config SYS_MALLOC_LEN
default 0x2000000
+config ENV_SIZE
+ default 0x1000
+
config TARGET_STM32MP1
bool "Support stm32mp1xx"
select ARCH_SUPPORT_PSCI if !STM32MP1_TRUSTED