imx: imx8mq_evk: Enable dynamic settings to mmcdev and mmcroot

Enable dynamic settings to mmcdev and mmcroot for i.MX8MQ-EVK
Since we are here, clean up the including headers

Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
Peng Fan
2025-01-09 11:29:15 +08:00
committed by Fabio Estevam
parent c00e8e0f57
commit 838c2fffaa

View File

@@ -50,6 +50,10 @@ int board_mmc_get_env_dev(int devno)
int board_late_init(void)
{
#if CONFIG_IS_ENABLED(ENV_IS_IN_MMC)
board_late_mmc_env_init();
#endif
#ifdef CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
env_set("board_name", "EVK");
env_set("board_rev", "iMX8MQ");