summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf
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:41:42 -0500
commite83a907b9621ea7a4be6aff3e64ffc88c794eee4 (patch)
treed8da0b13447fe0d129a972f526acb2c657ca517c /meta-ti-bsp/conf
parentb12c4b83db420fe8020d04bd26d3e28bc6355440 (diff)
downloadmeta-ti-e83a907b9621ea7a4be6aff3e64ffc88c794eee4.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>
Diffstat (limited to 'meta-ti-bsp/conf')
-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} \