diff mbox series

[master/kirkstone] conf: ti33x: Add earlycon parameter to kernel command line

Message ID 20230821123610.16394-1-jpanis@baylibre.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [master/kirkstone] conf: ti33x: Add earlycon parameter to kernel command line | expand

Commit Message

Julien Panis Aug. 21, 2023, 12:36 p.m. UTC
Sometimes on am335x devices, no more output is printed after
"Starting kernel..." message. Modify UBOOT_EXTLINUX_KERNEL_ARGS
to enable the console before standard serial driver is probed.

Signed-off-by: Julien Panis <jpanis@baylibre.com>
---
 meta-ti-bsp/conf/machine/include/ti33x.inc | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-ti-bsp/conf/machine/include/ti33x.inc b/meta-ti-bsp/conf/machine/include/ti33x.inc
index bc61a77389ef..ad19798dac10 100644
--- a/meta-ti-bsp/conf/machine/include/ti33x.inc
+++ b/meta-ti-bsp/conf/machine/include/ti33x.inc
@@ -47,6 +47,7 @@  UBOOT_LOADADDRESS = "0x80008000"
 # Generate an extlinux.conf file
 UBOOT_EXTLINUX = "1"
 UBOOT_EXTLINUX_ROOT = "root=PARTUUID=${uuid}"
+UBOOT_EXTLINUX_KERNEL_ARGS = "rootwait rw earlycon"
 UBOOT_EXTLINUX_BOOT_FILES = " \
     extlinux.conf;extlinux/extlinux.conf \
     ${KERNEL_IMAGETYPE} \