diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-06-03 15:24:16 +0300 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-06-04 11:00:39 +0300 |
commit | 9e73126e08b98ad965e979a83445e2d6baed2a19 (patch) | |
tree | ec828113d13e052bdde7bda6dc12458071d6957c /arch/arm/boot/dts/at91-sama5d4ek.dts | |
parent | a08545db5423dbf6da8d066b120b17497fd034a2 (diff) | |
download | linux-9e73126e08b98ad965e979a83445e2d6baed2a19.tar.xz |
ARM: at91/dt: sama5d4ek: 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/boot/dts/at91-sama5d4ek.dts')
-rw-r--r-- | arch/arm/boot/dts/at91-sama5d4ek.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91-sama5d4ek.dts b/arch/arm/boot/dts/at91-sama5d4ek.dts index 89ef4a540db5..c8be7f82cf8c 100644 --- a/arch/arm/boot/dts/at91-sama5d4ek.dts +++ b/arch/arm/boot/dts/at91-sama5d4ek.dts @@ -50,7 +50,8 @@ compatible = "atmel,sama5d4ek", "atmel,sama5d4", "atmel,sama5"; chosen { - bootargs = "console=ttyS0,115200 ignore_loglevel earlyprintk"; + bootargs = "ignore_loglevel earlyprintk"; + stdout-path = "serial0:115200n8"; }; memory { |