diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2019-04-18 17:32:37 +0200 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@st.com> | 2019-05-23 11:36:46 +0200 |
commit | 579a3e7bf98ee1a60b40b04f24858939cc34b322 (patch) | |
tree | 47fce6ffc6ea97f9cd3c9c706d42e205673a222e /include | |
parent | ef84dddd8354bfd7d86ac2411edd3950613b5748 (diff) | |
download | u-boot-579a3e7bf98ee1a60b40b04f24858939cc34b322.tar.gz |
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 'include')
-rw-r--r-- | include/configs/stm32mp1.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/stm32mp1.h b/include/configs/stm32mp1.h index 1d825378c2..399b1d85c9 100644 --- a/include/configs/stm32mp1.h +++ b/include/configs/stm32mp1.h @@ -38,11 +38,6 @@ */ #define CONFIG_SYS_LOAD_ADDR STM32_DDR_BASE -/* - * Env parameters - */ -#define CONFIG_ENV_SIZE SZ_4K - /* ATAGs */ #define CONFIG_CMDLINE_TAG #define CONFIG_SETUP_MEMORY_TAGS |