All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: renesas: ulcb: add default bootargs
@ 2018-09-19  7:24 Kuninori Morimoto
  2018-09-19  9:16 ` Simon Horman
  0 siblings, 1 reply; 3+ messages in thread
From: Kuninori Morimoto @ 2018-09-19  7:24 UTC (permalink / raw)
  To: Simon; +Cc: Magnus, Linux-Renesas


From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

It can't boot without bootargs settings on Uboot on ulcb board.
This patch adds missing default bootargs.
ulcb BSP can overwrite it by own UBoot settings.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 arch/arm64/boot/dts/renesas/ulcb.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/renesas/ulcb.dtsi b/arch/arm64/boot/dts/renesas/ulcb.dtsi
index 7e60785..3a85af0 100644
--- a/arch/arm64/boot/dts/renesas/ulcb.dtsi
+++ b/arch/arm64/boot/dts/renesas/ulcb.dtsi
@@ -18,6 +18,7 @@
 	};
 
 	chosen {
+		bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
 		stdout-path = "serial0:115200n8";
 	};
 
-- 
2.7.4

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

* Re: [PATCH] arm64: dts: renesas: ulcb: add default bootargs
  2018-09-19  7:24 [PATCH] arm64: dts: renesas: ulcb: add default bootargs Kuninori Morimoto
@ 2018-09-19  9:16 ` Simon Horman
  2018-09-24  9:19   ` Simon Horman
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Horman @ 2018-09-19  9:16 UTC (permalink / raw)
  To: Kuninori Morimoto; +Cc: Magnus, Linux-Renesas

On Wed, Sep 19, 2018 at 07:24:05AM +0000, Kuninori Morimoto wrote:
> 
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> It can't boot without bootargs settings on Uboot on ulcb board.
> This patch adds missing default bootargs.
> ulcb BSP can overwrite it by own UBoot settings.
> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Thanks Morimoto-san,

This looks fine to me but I will wait to see if there are other reviews
before applying.

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>

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

* Re: [PATCH] arm64: dts: renesas: ulcb: add default bootargs
  2018-09-19  9:16 ` Simon Horman
@ 2018-09-24  9:19   ` Simon Horman
  0 siblings, 0 replies; 3+ messages in thread
From: Simon Horman @ 2018-09-24  9:19 UTC (permalink / raw)
  To: Kuninori Morimoto; +Cc: Magnus, Linux-Renesas

On Wed, Sep 19, 2018 at 11:16:45AM +0200, Simon Horman wrote:
> On Wed, Sep 19, 2018 at 07:24:05AM +0000, Kuninori Morimoto wrote:
> > 
> > From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> > 
> > It can't boot without bootargs settings on Uboot on ulcb board.
> > This patch adds missing default bootargs.
> > ulcb BSP can overwrite it by own UBoot settings.
> > 
> > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> Thanks Morimoto-san,
> 
> This looks fine to me but I will wait to see if there are other reviews
> before applying.

Thanks again Morimoto-san,

applied for v4.20.

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

end of thread, other threads:[~2018-09-24 15:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-19  7:24 [PATCH] arm64: dts: renesas: ulcb: add default bootargs Kuninori Morimoto
2018-09-19  9:16 ` Simon Horman
2018-09-24  9:19   ` Simon Horman

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.