Skip to content
Snippets Groups Projects
Commit b9c8ccab authored by Tom Rini's avatar Tom Rini
Browse files

env_mmc.c: Allow environment to be used within SPL


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: default avatarTom Rini <trini@ti.com>
parent 229695fe
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment