]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
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 2d2ee5f1a1a84371b7884bc1281b87e25147bc6f..1e658067e04e604b10d03eab4e6734e7ee7d32c9 100644 (file)
                "run commonargs; " \
                "setenv bootargs ${bootargs} " \
                "root=/dev/mmcblk0p2 " \
                "run commonargs; " \
                "setenv bootargs ${bootargs} " \
                "root=/dev/mmcblk0p2 " \
+               "rootwait " \
                "${kernelopts}\0" \
        "nandargs=" \
                "run commonargs; " \
                "${kernelopts}\0" \
        "nandargs=" \
                "run commonargs; " \