commit | 7f90cd6150efd0bcf6293bbf35293d19d5e17a41 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Thu May 02 18:36:01 2019 +0200 |
committer | Patrice Chotard <patrice.chotard@st.com> | Thu Jun 06 17:40:13 2019 +0200 |
tree | 60fb14bab52e9b70da7f3c9a14a0d5e398e891d2 | |
parent | d319edcaeef07bc36ba70a7084860f443bf953e5 [diff] |
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>