arm64: dts: renesas: ulcb: add default bootargs

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>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
Kuninori Morimoto 2018-09-19 07:24:05 +00:00 committed by Simon Horman
parent a215af751d
commit ae3d16b93c
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
};
chosen {
bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
stdout-path = "serial0:115200n8";
};