Skip to content

Commit

Permalink
ARM: shmobile: lager: enable nfsroot in DTS
Browse files Browse the repository at this point in the history
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: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
  • Loading branch information
Simon Horman committed Aug 6, 2013
1 parent 693ac41 commit dcbbbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/r8a7790-lager.dts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
compatible = "renesas,lager", "renesas,r8a7790";

chosen {
bootargs = "console=ttySC6,115200 ignore_loglevel rw";
bootargs = "console=ttySC6,115200 ignore_loglevel rw root=/dev/nfs ip=dhcp";
};

memory@40000000 {
Expand Down

0 comments on commit dcbbbaf

Please sign in to comment.