提交 06ff6b2d 编写于 作者: M Masahiro Yamada 提交者: Arnd Bergmann

ARM: dts: uniphier: use stdout-path instead of console

Specifying both console and stdout-path is redundant.  Add options
":115200n8" to stdout-path and drop "console=ttyS0,115200".
Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: NArnd Bergmann <arnd@arndb.de>
上级 a3de778b
......@@ -57,8 +57,7 @@
};
chosen {
bootargs = "console=ttyS0,115200";
stdout-path = &serial0;
stdout-path = "serial0:115200n8";
};
aliases {
......
......@@ -57,8 +57,7 @@
};
chosen {
bootargs = "console=ttyS0,115200";
stdout-path = &serial0;
stdout-path = "serial0:115200n8";
};
aliases {
......
......@@ -57,8 +57,7 @@
};
chosen {
bootargs = "console=ttyS0,115200";
stdout-path = &serial0;
stdout-path = "serial0:115200n8";
};
aliases {
......
......@@ -58,8 +58,7 @@
};
chosen {
bootargs = "console=ttyS0,115200";
stdout-path = &serial0;
stdout-path = "serial0:115200n8";
};
aliases {
......
......@@ -57,8 +57,7 @@
};
chosen {
bootargs = "console=ttyS0,115200";
stdout-path = &serial0;
stdout-path = "serial0:115200n8";
};
aliases {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册