Skip to content

Commit

Permalink
ARM: shmobile: bockw: enable network settings on bootargs
Browse files Browse the repository at this point in the history
"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>
  • Loading branch information
Kuninori Morimoto authored and Simon Horman committed Apr 5, 2013
1 parent 27d5f27 commit 446ee9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/r8a7778-bockw.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 446ee9b

Please sign in to comment.