board: stm32mp1: Add env_ext4_get_dev_part() and env_ext4_get_intf()
authorPatrice Chotard <patrice.chotard@st.com>
Thu, 2 May 2019 16:36:01 +0000 (18:36 +0200)
committerPatrice Chotard <patrice.chotard@st.com>
Thu, 6 Jun 2019 15:40:13 +0000 (17:40 +0200)
commit7f90cd6150efd0bcf6293bbf35293d19d5e17a41
tree60fb14bab52e9b70da7f3c9a14a0d5e398e891d2
parentd319edcaeef07bc36ba70a7084860f443bf953e5
board: stm32mp1: Add env_ext4_get_dev_part() and env_ext4_get_intf()

This allows to :
- select the current device to save the environment file
- select the correct EXT4 boot device instance
  and partition to save the environment file.

For EXT4, device is mmc, device instance is 0 for sdcard or 1 for eMMC.
The partition is set to "auto" to select the first partition with
bootable flag.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
board/st/stm32mp1/stm32mp1.c