From: Simon Horman Date: Tue, 4 Nov 2014 04:23:38 +0000 (+0900) Subject: ARM: shmobile: alt dts: Drop console= bootargs parameter X-Git-Tag: v4.13~6093^2~17^2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=89aeff9989e87bb2d9d652994010bc18c68675d9;p=mirror_ubuntu-bionic-kernel.git ARM: shmobile: alt dts: Drop console= bootargs parameter 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 --- diff --git a/arch/arm/boot/dts/r8a7794-alt.dts b/arch/arm/boot/dts/r8a7794-alt.dts index 8aec51268b7d..f2cf7576bf3f 100644 --- a/arch/arm/boot/dts/r8a7794-alt.dts +++ b/arch/arm/boot/dts/r8a7794-alt.dts @@ -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; };