[U-Boot] [PATCH] devkit8000: add rootwait to mmcboot option

Andreas Bießmann andreas.devel at googlemail.com
Fri Aug 31 11:53:32 CEST 2012


From: Andreas Bießmann <biessmann at corscience.de>

Signed-off-by: Andreas Bießmann <biessmann at corscience.de>
cc: Thomas Weber <weber at corscience.de>
---
 include/configs/devkit8000.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h
index 037a5bb..e742973 100644
--- a/include/configs/devkit8000.h
+++ b/include/configs/devkit8000.h
@@ -197,6 +197,7 @@
 		"run commonargs; " \
 		"setenv bootargs ${bootargs} " \
 		"root=/dev/mmcblk0p2 " \
+		"rootwait " \
 		"${kernelopts}\0" \
 	"nandargs=" \
 		"run commonargs; " \
-- 
1.7.10.4



More information about the U-Boot mailing list