]> git.baikalelectronics.ru Git - uboot.git/commit
imx8*_venice_defconfig: configure default MMC env device
authorTim Harvey <tharvey@gateworks.com>
Thu, 11 Aug 2022 18:53:32 +0000 (11:53 -0700)
committerStefano Babic <sbabic@denx.de>
Thu, 20 Oct 2022 15:35:51 +0000 (17:35 +0200)
commite760e823b3c3f0d4b25cb22f5ea56c63d37b7e2f
tree66b6198abe4968733f207f187b0a003b8aa51fcf
parent08d1e7317ab9f3eecf65178f09d3bd25a4beec47
imx8*_venice_defconfig: configure default MMC env device

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 persistent env works when booting from
USB/SDP.

Reviewed-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
configs/imx8mm_venice_defconfig
configs/imx8mn_venice_defconfig
configs/imx8mp_venice_defconfig