commit | d470a6f60ad0d627c21a2769513d2017f9a0da76 | [log] [tgz] |
---|---|---|
author | Steve Sakoman <steve@sakoman.com> | Mon Oct 11 05:51:39 2010 -0700 |
committer | Wolfgang Denk <wd@denx.de> | Wed Oct 13 21:52:13 2010 +0200 |
tree | d004fc1d1ada88f8341e9069b7ef7fdff40c14ac | |
parent | e1b4c57096b87b4ada56df4154d9acee6a59141f [diff] |
env_mmc: Fix crashing bug encountered after enabling ARM relocation The crash was occuring in env_relocate because it was being called prior to mmc_initialize. This patch moves the MMC initialization earlier in the init process. This patch also cleans up the env_relocate_spec code in env_mmc.c Signed-off-by: Steve Sakoman <steve.sakoman@linaro.org> Acked-by: Stefano Babic <sbabic@denx.de>