mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
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>
This commit is contained in:
committed by
Patrice Chotard
parent
ef84dddd83
commit
579a3e7bf9
2
env/Kconfig
vendored
2
env/Kconfig
vendored
@@ -470,7 +470,7 @@ config ENV_EXT4_FILE
|
||||
It's a string of the EXT4 file name. This file use to store the
|
||||
environment (explicit path to the file)
|
||||
|
||||
if ARCH_ROCKCHIP || ARCH_SUNXI || ARCH_ZYNQ || ARCH_ZYNQMP || ARCH_VERSAL || ARC
|
||||
if ARCH_ROCKCHIP || ARCH_SUNXI || ARCH_ZYNQ || ARCH_ZYNQMP || ARCH_VERSAL || ARC || ARCH_STM32MP
|
||||
|
||||
config ENV_OFFSET
|
||||
hex "Environment Offset"
|
||||
|
Reference in New Issue
Block a user