mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
vexpress64: let Juno wait for root device
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>
This commit is contained in:
parent
762f98d3dd
commit
33665f7cc9
1 changed files with 1 additions and 0 deletions
|
|
@ -206,6 +206,7 @@
|
|||
/* 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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue