Revert "imx: mmc_env: update runtime SD/MMC boot env device"

This reverts commit 34f2feb92db6146831bafa696b7b46785c9f6b10.

Signed-off-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
Stefano Babic 2019-10-08 11:01:53 +02:00
parent 86d2b28b28
commit 83afe3b1c9

View File

@ -11,9 +11,6 @@
__weak int board_mmc_get_env_dev(int devno)
{
if (CONFIG_IS_ENABLED(DM_MMC))
return devno;
return CONFIG_SYS_MMC_ENV_DEV;
}