mirror of https://gitee.com/openkylin/linux.git
ARM: shmobile: bockw: enable network settings on bootargs
"ip" and "root" settings are useful for development Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Acked-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
27d5f27e25
commit
446ee9b2d8
|
@ -22,7 +22,7 @@ / {
|
|||
compatible = "renesas,bockw", "renesas,r8a7778";
|
||||
|
||||
chosen {
|
||||
bootargs = "console=ttySC0,115200 ignore_loglevel";
|
||||
bootargs = "console=ttySC0,115200 ignore_loglevel ip=dhcp root=/dev/nfs";
|
||||
};
|
||||
|
||||
memory {
|
||||
|
|
Loading…
Reference in New Issue