On Tue, Apr 26, 2022 at 1:08 PM Tim Harvey <thar...@gateworks.com> wrote: > > When booting from USB/SDP mmc_get_env_dev() returns > CONFIG_SYS_MMC_ENV_DEV as the MMC env device (while booting from MMC > will call board_mmc_get_env_dev() to get this). Configure > CONFIG_SYS_MMC_ENV_DEV for SDHC3 (devno=2) as all Gateworks Venice > boards use SDHC3 as eMMC so that persistant env works when botting from > USB/SDP. > > Signed-off-by: Tim Harvey <thar...@gateworks.com>
Reviewed-by: Fabio Estevam <feste...@denx.de>