All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] vexpress64: let Juno wait for root device
@ 2015-05-14 15:38 Linus Walleij
  2015-05-27  7:48 ` Linus Walleij
  2015-05-28 13:23 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Linus Walleij @ 2015-05-14 15:38 UTC (permalink / raw)
  To: u-boot

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(+)

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"
 
-- 
1.9.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] vexpress64: let Juno wait for root device
  2015-05-14 15:38 [U-Boot] [PATCH] vexpress64: let Juno wait for root device Linus Walleij
@ 2015-05-27  7:48 ` Linus Walleij
  2015-05-28 13:23 ` [U-Boot] " Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2015-05-27  7:48 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] vexpress64: let Juno wait for root device
  2015-05-14 15:38 [U-Boot] [PATCH] vexpress64: let Juno wait for root device Linus Walleij
  2015-05-27  7:48 ` Linus Walleij
@ 2015-05-28 13:23 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2015-05-28 13:23 UTC (permalink / raw)
  To: u-boot

On Thu, May 14, 2015 at 05:38:33PM +0200, Linus Walleij 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>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150528/0cc67c00/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-05-28 13:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-14 15:38 [U-Boot] [PATCH] vexpress64: let Juno wait for root device Linus Walleij
2015-05-27  7:48 ` Linus Walleij
2015-05-28 13:23 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.