diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-06-03 12:24:17 (GMT) |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-06-04 08:00:39 (GMT) |
commit | e1e6c32248d514278c95d67100eabcab81aaa1ce (patch) | |
tree | 8e330e1db680bf5658ed9c8a0f8918517e09d132 /arch/arm | |
parent | 9e73126e08b98ad965e979a83445e2d6baed2a19 (diff) | |
download | linux-e1e6c32248d514278c95d67100eabcab81aaa1ce.tar.xz |
ARM: at91/dt: sama5d4 xplained: use stdout-path
Use stdout-path to specify the console and remove the console argument from
the kernel command line.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/at91-sama5d4_xplained.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91-sama5d4_xplained.dts b/arch/arm/boot/dts/at91-sama5d4_xplained.dts index 5dbc0fc..22ad7c9 100644 --- a/arch/arm/boot/dts/at91-sama5d4_xplained.dts +++ b/arch/arm/boot/dts/at91-sama5d4_xplained.dts @@ -50,7 +50,8 @@ compatible = "atmel,sama5d4-xplained", "atmel,sama5d4", "atmel,sama5"; chosen { - bootargs = "console=ttyS0,115200 ignore_loglevel earlyprintk"; + bootargs = "ignore_loglevel earlyprintk"; + stdout-path = "serial0:115200n8"; }; memory { |