commit | 455b0655f1b6ed683fdaf2ba5723202ee24bf25a | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Mon Jun 15 11:18:22 2020 +0200 |
committer | Patrice Chotard <patrice.chotard@st.com> | Tue Jul 28 17:21:37 2020 +0200 |
tree | 4b070ff6435e23c09bcd5fd00449248603420fb9 | |
parent | 51ac7f18a40a37d78b7d508105860493a2168c31 [diff] |
stm32mp1: board: add support of CONFIG_ENV_IS_IN_MMC Add support of CONFIG_ENV_IS_IN_MMC in env_get_location, used for all mmc device (SD card and eMMC). The 2 configs CONFIG_ENV_IS_IN_MMC and CONFIG_ENV_IS_IN_EXT4 are incompatible. Add the weak function mmc_get_env_dev to select the mmc boot instance. Reviewed-by: Patrice Chotard <patrice.chotard@st.com> Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>