summaryrefslogtreecommitdiffstats
path: root/include/configs/devkit8000.h
diff options
context:
space:
mode:
authorAndreas Bießmann <biessmann@corscience.de>2012-08-30 23:53:32 +0000
committerTom Rini <trini@ti.com>2012-10-01 10:02:12 -0700
commitb72db2080bc6d34be8011f1a7f38d9300fdb56be (patch)
tree6495a77a784d10b7f233cf80bf7a663cb4a3457a /include/configs/devkit8000.h
parent1c27059a2f7158a9c9a8778535b030935d75179d (diff)
downloadtalos-obmc-uboot-b72db2080bc6d34be8011f1a7f38d9300fdb56be.tar.gz
talos-obmc-uboot-b72db2080bc6d34be8011f1a7f38d9300fdb56be.zip
devkit8000: add rootwait to mmcboot option
Signed-off-by: Andreas Bießmann <biessmann@corscience.de> cc: Thomas Weber <weber@corscience.de>
Diffstat (limited to 'include/configs/devkit8000.h')
-rw-r--r--include/configs/devkit8000.h1
1 files changed, 1 insertions, 0 deletions
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; " \
OpenPOWER on IntegriCloud