devkit8000: add rootwait to mmcboot option
authorAndreas Bießmann <biessmann@corscience.de>
Thu, 30 Aug 2012 23:53:32 +0000 (23:53 +0000)
committerTom Rini <trini@ti.com>
Mon, 1 Oct 2012 17:02:12 +0000 (10:02 -0700)
Signed-off-by: Andreas Bießmann <biessmann@corscience.de>
cc: Thomas Weber <weber@corscience.de>

include/configs/devkit8000.h

index 2d2ee5f..1e65806 100644 (file)
                "run commonargs; " \
                "setenv bootargs ${bootargs} " \
                "root=/dev/mmcblk0p2 " \
+               "rootwait " \
                "${kernelopts}\0" \
        "nandargs=" \
                "run commonargs; " \