From: Stefano Babic <sbabic@denx.de>
Date: Fri, 14 Feb 2014 11:51:27 +0000 (+0100)
Subject: OMAP3: fix default environment for mcx board
X-Git-Tag: v2025.01-rc5-pxa1908~15470^2~11^2~5^2~8
X-Git-Url: http://git.dujemihanovic.xyz/html/%7B%7B%20.RelPermalink%20%7D%7D?a=commitdiff_plain;h=a5d64dbf20dd4b658dafb081afbbea797b27bdc3;p=u-boot.git

OMAP3: fix default environment for mcx board

Patch allows to load a script at the startup from MMC.

Signed-off-by: Stefano Babic <sbabic@denx.de>
---

diff --git a/include/configs/mcx.h b/include/configs/mcx.h
index 209c2bbd7c..7c5c2f4d1c 100644
--- a/include/configs/mcx.h
+++ b/include/configs/mcx.h
@@ -264,10 +264,9 @@
 			"${mtdparts} "					\
 			"vram=6M omapfb.vram=1:2M,2:2M,3:2M "		\
 			"omapdss.def_disp=lcd;"				\
-		"bootm 0x82000000 0x84000000\0"
-
-#define CONFIG_BOOTCOMMAND \
-	"run nandboot"
+		"bootm 0x82000000 0x84000000\0"				\
+	"bootcmd=mmc rescan;if fatload mmc 0 82000000 loadbootscr.scr;"	\
+		"then source 82000000;else run nandboot;fi\0"
 
 #define CONFIG_AUTO_COMPLETE
 #define CONFIG_CMDLINE_EDITING