Skip to content

Commit

Permalink
ARM: shmobile: bockw-reference dts: Add chosen/stdout-path
Browse files Browse the repository at this point in the history
Add a stdout-path property so that automatic console selection works
in the absence of a "console=" parameter on the kernel command line.

Remove the now-superfluous "console=" parameter from chosen/bootargs.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
  • Loading branch information
Geert Uytterhoeven authored and Simon Horman committed Oct 24, 2014
1 parent 2c32622 commit 05988b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/arm/boot/dts/r8a7778-bockw-reference.dts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
};

chosen {
bootargs = "console=ttySC0,115200 ignore_loglevel root=/dev/nfs ip=dhcp rw";
bootargs = "ignore_loglevel root=/dev/nfs ip=dhcp rw";
stdout-path = &scif0;
};

memory {
Expand Down

0 comments on commit 05988b3

Please sign in to comment.