From: Andreas Bießmann Date: Thu, 30 Aug 2012 23:53:32 +0000 (+0000) Subject: devkit8000: add rootwait to mmcboot option X-Git-Tag: v2012.10-rc3~10^2~66 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b72db2080bc6d34be8011f1a7f38d9300fdb56be;p=oweals%2Fu-boot.git devkit8000: add rootwait to mmcboot option Signed-off-by: Andreas Bießmann cc: Thomas Weber --- 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; " \