configs: stm32mp15: Enable ENV_IS_IN_EXT4 and all relative flags
authorPatrick Delaunay <patrick.delaunay@st.com>
Fri, 15 Feb 2019 17:04:08 +0000 (18:04 +0100)
committerPatrice Chotard <patrice.chotard@st.com>
Thu, 6 Jun 2019 15:40:14 +0000 (17:40 +0200)
commitdf23da59184a04cf2f937d8f80d43ff44d6f1e6d
tree994f8c14bf5e35ad66ec8fb6591d040af1360080
parent2643c85da2519739ebd2323329011b860198d7b3
configs: stm32mp15: Enable ENV_IS_IN_EXT4 and all relative flags

Enable ENV_IS_IN_EXT4 and all relative flags to be able to
load/save environment in EXT4 partition.

This will allows to load/save environment on both sdcard and eMMC.
As for stm32mp15, bootfs has not the same partition number on sdcard
and on eMMC, we use "auto" key which allows to find the first
partition in device with bootable flag which is partition 4 on sdcard
and partition 2 on eMMC.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
configs/stm32mp15_basic_defconfig
configs/stm32mp15_trusted_defconfig