From b6b5e7fb455933bc2e077e7881e6b907cb9d7571 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Tue, 25 Jun 2019 15:17:30 +0200 Subject: mb/up/squared: Add kernel cmdline parameters Since ttyS0 isn't used for UART0, configure ttyS4 as default Change-Id: Ia0469226253b08328807d5401c05633296e43d22 Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/33785 Reviewed-by: Philipp Deppenwiese Reviewed-by: Arthur Heymans Tested-by: build bot (Jenkins) --- src/mainboard/up/squared/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mainboard/up/squared/Kconfig') diff --git a/src/mainboard/up/squared/Kconfig b/src/mainboard/up/squared/Kconfig index fd03b7a2ae..b9f5b27a6d 100644 --- a/src/mainboard/up/squared/Kconfig +++ b/src/mainboard/up/squared/Kconfig @@ -65,6 +65,10 @@ config MAX_CPUS int default 2 +config LINUX_COMMAND_LINE + string + default "console=ttyS4,115200 earlyprintk=ttyS4,115200,keep" if PAYLOAD_LINUXBOOT && UART_FOR_CONSOLE=0 + config UART_FOR_CONSOLE int default 0 -- cgit v1.2.3