diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2015-05-14 17:38:33 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-05-28 08:18:19 -0400 |
commit | 33665f7cc944c682ef2b632591c9aea1f00dbf2b (patch) | |
tree | fe40d910db0250d19f83e73244f1af636c35a1ad /include/configs/vexpress_aemv8a.h | |
parent | 762f98d3dd9eb19c1e826e6cf5cd66756dcf65f8 (diff) | |
download | u-boot-imx-33665f7cc944c682ef2b632591c9aea1f00dbf2b.zip u-boot-imx-33665f7cc944c682ef2b632591c9aea1f00dbf2b.tar.gz u-boot-imx-33665f7cc944c682ef2b632591c9aea1f00dbf2b.tar.bz2 |
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>
Diffstat (limited to 'include/configs/vexpress_aemv8a.h')
-rw-r--r-- | include/configs/vexpress_aemv8a.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/vexpress_aemv8a.h b/include/configs/vexpress_aemv8a.h index e9d9ae3..2b41fc5 100644 --- a/include/configs/vexpress_aemv8a.h +++ b/include/configs/vexpress_aemv8a.h @@ -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" |