diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2018-03-14 18:22:07 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-03-14 19:29:53 +0100 |
commit | dbb3fb45edfff70ac62e5b841a8da634f7e3c1d9 (patch) | |
tree | 18c35b6bc98e6c33b1c6c4a5b82f26ee8e983fd2 /arch/arm/boot/dts/stih410-b2260.dts | |
parent | vt: change SGR 21 to follow the standards (diff) | |
download | linux-dbb3fb45edfff70ac62e5b841a8da634f7e3c1d9.tar.xz linux-dbb3fb45edfff70ac62e5b841a8da634f7e3c1d9.zip |
ARM: dts: STi: Remove "console=ttyASN" from bootargs for STi boards
As serial interface is already specified into stdout-path property,
"console=ttyASN,115200" from bootargs can be removed.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/arm/boot/dts/stih410-b2260.dts')
-rw-r--r-- | arch/arm/boot/dts/stih410-b2260.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/stih410-b2260.dts b/arch/arm/boot/dts/stih410-b2260.dts index 62770496e328..50d36758391c 100644 --- a/arch/arm/boot/dts/stih410-b2260.dts +++ b/arch/arm/boot/dts/stih410-b2260.dts @@ -15,7 +15,7 @@ compatible = "st,stih410-b2260", "st,stih410"; chosen { - bootargs = "console=ttyAS1,115200 clk_ignore_unused"; + bootargs = "clk_ignore_unused"; linux,stdout-path = &uart1; }; |