summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Panis <jpanis@baylibre.com>2023-08-21 14:36:10 +0200
committerRyan Eatmon <reatmon@ti.com>2023-08-23 08:26:19 -0500
commitcd674e5d90f9d7b9a7fcef9b4f7e75f254d14e96 (patch)
tree969fedd9b0c7a34d8e15b80128f38adf0a9e030c
parent8dcab186407a03b299b56101ee8e1b0d6cb24df1 (diff)
downloadmeta-ti-cd674e5d90f9d7b9a7fcef9b4f7e75f254d14e96.tar.gz
conf: ti33x: Add earlycon parameter to kernel command line
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> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/include/ti33x.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/ti33x.inc b/meta-ti-bsp/conf/machine/include/ti33x.inc
index bc61a773..ad19798d 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"
47# Generate an extlinux.conf file 47# Generate an extlinux.conf file
48UBOOT_EXTLINUX = "1" 48UBOOT_EXTLINUX = "1"
49UBOOT_EXTLINUX_ROOT = "root=PARTUUID=${uuid}" 49UBOOT_EXTLINUX_ROOT = "root=PARTUUID=${uuid}"
50UBOOT_EXTLINUX_KERNEL_ARGS = "rootwait rw earlycon"
50UBOOT_EXTLINUX_BOOT_FILES = " \ 51UBOOT_EXTLINUX_BOOT_FILES = " \
51 extlinux.conf;extlinux/extlinux.conf \ 52 extlinux.conf;extlinux/extlinux.conf \
52 ${KERNEL_IMAGETYPE} \ 53 ${KERNEL_IMAGETYPE} \