]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
vexpress64: let Juno wait for root device
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 14 May 2015 15:38:33 +0000 (17:38 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:46:09 +0000 (22:46 +0200)
The Juno reference design typically plugs the root FS
on a USB stick. We need to wait a bit for the root to
appear so tell this on the default command line.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
include/configs/vexpress_aemv8a.h

index e9d9ae3a88bec20a8d32cbdffb8e3d3bd0efdabd..2b41fc5e361e0640405ae0815341a29db5656b7b 100644 (file)
 /* Assume we boot with root on the first partition of a USB stick */
 #define CONFIG_BOOTARGS                "console=ttyAMA0,115200n8 " \
                                "root=/dev/sda1 rw " \
+                               "rootwait "\
                                "earlyprintk=pl011,0x7ff80000 debug user_debug=31 "\
                                "loglevel=9"