commit | 3b88bcf27127eeba13c256b9ac00e929cf432978 | [log] [tgz] |
---|---|---|
author | Andreas Bießmann <biessmann@corscience.de> | Thu Aug 30 23:53:32 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Oct 01 10:02:12 2012 -0700 |
tree | 6495a77a784d10b7f233cf80bf7a663cb4a3457a | |
parent | 426d9fd56c0961e4190b6a404cd0df59f0a920cc [diff] |
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 2d2ee5f..1e65806 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; " \