]> git.ipfire.org Git - thirdparty/openwrt.git/commit
armsr: remove 'console=tty1' from kernel command line 19894/head
authorMathew McBride <matt@traverse.com.au>
Thu, 16 Jan 2025 01:27:58 +0000 (12:27 +1100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 31 Aug 2025 16:30:08 +0000 (18:30 +0200)
commit6ae235bcd0433183edcd25b333000c35b92970f8
treedebb482c71f53be080617c7a4897fa1ee0e52ae5
parent20271bf505cf3b37527ec90d0c3dc173d6b6efac
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>
(cherry picked from commit bff179de73e36b0c27b5eefa1a967e956bb620cd)
Link: https://github.com/openwrt/openwrt/pull/19894
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/armsr/image/Makefile