Message ID | 1300778624-11956-1-git-send-email-jason.hui@linaro.org |
---|---|
State | New |
Headers | show |
2011/3/22 Jason Liu <jason.hui@linaro.org>: > mx53loco board has two MMC slots, one is for MicroSD, > the other one is for normal SD, but the final board > design is to only boot from MicroSD. So, make the mmc > env default to slot1(MicroSD slot) Sorry for the patch title issue, something like PATCH Vx 1/1, I will resend it. sorry for the noise. BR, Jason > > _______________________________________________ > U-Boot mailing list > U-Boot@lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot >
diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index 8c30012..585e8c8 100644 --- a/include/configs/mx53loco.h +++ b/include/configs/mx53loco.h @@ -191,6 +191,6 @@ #define CONFIG_ENV_OFFSET (6 * 64 * 1024) #define CONFIG_ENV_SIZE (8 * 1024) #define CONFIG_ENV_IS_IN_MMC -#define CONFIG_SYS_MMC_ENV_DEV 1 +#define CONFIG_SYS_MMC_ENV_DEV 0 #endif /* __CONFIG_H */
mx53loco board has two MMC slots, one is for MicroSD, the other one is for normal SD, but the final board design is to only boot from MicroSD. So, make the mmc env default to slot1(MicroSD slot) Signed-off-by: Jason Liu <jason.hui@linaro.org> --- include/configs/mx53loco.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)