commit | a93ec57f3d70c50af23f99f3c39896716b93be23 | [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 | 7f0ca3463e6e1a58b6ecdcbe0a02e75f99fef7c3 [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>