mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
imx: imx8ulp_evk: Enable SD/MMC port auto detect
Enable the SD/MMC port auto detect. The mmc relevant env can be reset when auto detect is enabled. Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
f342c9e381
commit
1f7f0dd934
1 changed files with 3 additions and 0 deletions
|
@ -127,5 +127,8 @@ int board_early_init_f(void)
|
|||
|
||||
int board_late_init(void)
|
||||
{
|
||||
#if CONFIG_IS_ENABLED(ENV_IS_IN_MMC)
|
||||
board_late_mmc_env_init();
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue