MLK-25496 imx6: Fix CONFIG_SYS_MMC_ENV_DEV for QSPI/SPI/EIM boot
authorYe Li <ye.li@nxp.com>
Fri, 14 May 2021 10:41:18 +0000 (03:41 -0700)
committerYe Li <ye.li@nxp.com>
Tue, 18 May 2021 03:28:54 +0000 (20:28 -0700)
commit2b633b897572713666621a2038d902fcba6b9a30
tree27c767e2f7153f2020abee68f5de3ad1c5171125
parentc8fded22e6b45557e102c84bf2651a6466348855
MLK-25496 imx6: Fix CONFIG_SYS_MMC_ENV_DEV for QSPI/SPI/EIM boot

CONFIG_SYS_MMC_ENV_DEV depends on CONFIG_ENV_IS_IN_MMC.  So even
we have added it in defconfig for QSPI/SPI/EIM, but this does not
really set due to we set ENV in NOR flash device.

This causes "mmcdev" set to invalid value. So u-boot fails to
select SD card before loading kernel image.

Signed-off-by: Ye Li <ye.li@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
include/configs/mx6sabreauto.h
include/configs/mx6sxsabreauto.h
include/configs/mx6sxsabresd.h
include/configs/mx6ul_14x14_evk.h
include/configs/mx6ullevk.h