Message ID | 1431617913-11014-1-git-send-email-linus.walleij@linaro.org |
---|---|
State | Accepted |
Commit | 33665f7cc944c682ef2b632591c9aea1f00dbf2b |
Headers | show |
On Thu, May 14, 2015 at 5:38 PM, Linus Walleij <linus.walleij@linaro.org> wrote: > 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> Ping on this. Yours, Linus Walleij
diff --git a/include/configs/vexpress_aemv8a.h b/include/configs/vexpress_aemv8a.h index e9d9ae3a88be..2b41fc5e361e 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"
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 | 1 + 1 file changed, 1 insertion(+)