diff options
author | Andreas Bießmann <biessmann@corscience.de> | 2012-08-30 23:53:32 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-10-01 10:02:12 -0700 |
commit | b72db2080bc6d34be8011f1a7f38d9300fdb56be (patch) | |
tree | 6495a77a784d10b7f233cf80bf7a663cb4a3457a /include/configs | |
parent | 1c27059a2f7158a9c9a8778535b030935d75179d (diff) | |
download | u-boot-imx-b72db2080bc6d34be8011f1a7f38d9300fdb56be.zip u-boot-imx-b72db2080bc6d34be8011f1a7f38d9300fdb56be.tar.gz u-boot-imx-b72db2080bc6d34be8011f1a7f38d9300fdb56be.tar.bz2 |
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')
-rw-r--r-- | include/configs/devkit8000.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; " \ |