]> git.ipfire.org Git - thirdparty/openwrt.git/commit
armsr: remove 'console=tty1' from kernel command line 17012/head
authorMathew McBride <matt@traverse.com.au>
Thu, 16 Jan 2025 01:27:58 +0000 (12:27 +1100)
committerRobert Marko <robimarko@gmail.com>
Mon, 26 May 2025 08:31:23 +0000 (10:31 +0200)
commitbff179de73e36b0c27b5eefa1a967e956bb620cd
tree7e891b23e8d00b2cdb5d6a3142dd4e452d959b0d
parent3697022ce34cb6be196d62f1dbdf677bf6cabc22
armsr: remove 'console=tty1' from kernel command line

We have modified the kernel to setup all "default" consoles,
including serial ports and framebuffers/screens, providing
no console= argument is supplied on the kernel command line.

Adding 'console=tty1' caused the 'default' serial port on
device tree systems to break, as the kernel would not carry
over the settings (like baud rate) from the bootloader.

The system administrator can still force the use of a
specific console by adding their own console= arguments.

Signed-off-by: Mathew McBride <matt@traverse.com.au>
Fixes: c099523d66a3 ("armsr: use console=tty1 to make
console more readily available")
Link: https://github.com/openwrt/openwrt/pull/17012
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/armsr/image/Makefile