Select Git revision
env_mmc.c
Forked from
Reform / reform-boundary-uboot
Source project has a limited visibility.
-
Tom Rini authored
Inside of SPL we only concern ourself with one MMC device, so instead of being able to use CONFIG_SYS_MMC_ENV_DEV we need to use 0 in SPL. Switch the code to use a 'dev' variable to facilitate this. Signed-off-by:
Tom Rini <trini@ti.com>
Tom Rini authoredInside of SPL we only concern ourself with one MMC device, so instead of being able to use CONFIG_SYS_MMC_ENV_DEV we need to use 0 in SPL. Switch the code to use a 'dev' variable to facilitate this. Signed-off-by:
Tom Rini <trini@ti.com>