* [U-Boot] [PATCH] mx53loco: set mmc env to MMC slot1
@ 2011-03-22 7:45 Jason Liu
2011-03-25 10:44 ` Stefano Babic
0 siblings, 1 reply; 2+ messages in thread
From: Jason Liu @ 2011-03-22 7:45 UTC (permalink / raw)
To: u-boot
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(-)
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 */
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH] mx53loco: set mmc env to MMC slot1
2011-03-22 7:45 [U-Boot] [PATCH] mx53loco: set mmc env to MMC slot1 Jason Liu
@ 2011-03-25 10:44 ` Stefano Babic
0 siblings, 0 replies; 2+ messages in thread
From: Stefano Babic @ 2011-03-25 10:44 UTC (permalink / raw)
To: u-boot
On 03/22/2011 08:45 AM, Jason Liu wrote:
> 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>
> ---
Applied to u-boot-imx, next branch, thanks.
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-03-25 10:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-22 7:45 [U-Boot] [PATCH] mx53loco: set mmc env to MMC slot1 Jason Liu
2011-03-25 10:44 ` Stefano Babic
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox