diff mbox series

arm64: dts: renesas: ulcb: add default bootargs

Message ID 87h8im7y8z.wl-kuninori.morimoto.gx@renesas.com (mailing list archive)
State Accepted
Commit ae3d16b93c2a510da003aecb39db3aaaab1a81b0
Delegated to: Simon Horman
Headers show
Series arm64: dts: renesas: ulcb: add default bootargs | expand

Commit Message

Kuninori Morimoto Sept. 19, 2018, 7:24 a.m. UTC
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(+)

Comments

Simon Horman Sept. 19, 2018, 9:16 a.m. UTC | #1
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>
Simon Horman Sept. 24, 2018, 9:19 a.m. UTC | #2
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.
diff mbox series

Patch

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";
 	};