commit | c929f8213b4117dbb7efa950222d99090e8524bc | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Fri Mar 28 12:03:34 2014 -0400 |
committer | Tom Rini <trini@ti.com> | Thu Apr 17 14:39:54 2014 -0400 |
tree | c25545a3fa36c38269c10dcd08b923d0c135bdf2 | |
parent | 313e9126b01fe747e6da14d588e170afdf78582e [diff] |
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: Tom Rini <trini@ti.com>