mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 02:15:02 +00:00
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:
parent
86d2b28b28
commit
83afe3b1c9
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue