Skip to content

Commit

Permalink
ARM: shmobile: alt dts: Drop console= bootargs parameter
Browse files Browse the repository at this point in the history
Alt is booted from DT, so chosen/stdout-path is
always used, and we can drop the "console=" parameter from chosen/bootargs.

This change has a side-effect of changing the console speed from 38400
to 115200. This is intentional as 115200 is consistently used on
all other shmobile boards.

Signed-off-by: Simon Horman <[email protected]>
  • Loading branch information
horms committed Nov 5, 2014
1 parent 0b3a0ef commit 89aeff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/r8a7794-alt.dts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
};

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

Expand Down

0 comments on commit 89aeff9

Please sign in to comment.