From: Andreas Bießmann <biessmann@corscience.de>
Date: Thu, 30 Aug 2012 23:53:32 +0000 (+0000)
Subject: devkit8000: add rootwait to mmcboot option
X-Git-Tag: v2025.01-rc5-pxa1908~17169^2~64
X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/html/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=b72db2080bc6d34be8011f1a7f38d9300fdb56be;p=u-boot.git

devkit8000: add rootwait to mmcboot option

Signed-off-by: Andreas Bießmann <biessmann@corscience.de>
cc: Thomas Weber <weber@corscience.de>
---

diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h
index 2d2ee5f1a1..1e658067e0 100644
--- a/include/configs/devkit8000.h
+++ b/include/configs/devkit8000.h
@@ -198,6 +198,7 @@
 		"run commonargs; " \
 		"setenv bootargs ${bootargs} " \
 		"root=/dev/mmcblk0p2 " \
+		"rootwait " \
 		"${kernelopts}\0" \
 	"nandargs=" \
 		"run commonargs; " \