Commit dcbbbaf2 authored by Simon Horman's avatar Simon Horman

ARM: shmobile: lager: enable nfsroot in DTS

Now that Ether support has been added to the lager board
it is possible to use nfsroot. This configuration is
in line with that of other shmobile boards.
Acked-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 693ac41d
...@@ -16,7 +16,7 @@ / { ...@@ -16,7 +16,7 @@ / {
compatible = "renesas,lager", "renesas,r8a7790"; compatible = "renesas,lager", "renesas,r8a7790";
chosen { chosen {
bootargs = "console=ttySC6,115200 ignore_loglevel rw"; bootargs = "console=ttySC6,115200 ignore_loglevel rw root=/dev/nfs ip=dhcp";
}; };
memory@40000000 { memory@40000000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment