summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>2022-08-29 23:39:37 -0600
committerMark Hatle <mark.hatle@amd.com>2022-08-30 10:23:50 -0500
commit7aeb8f34d59a9016293b32472a6b2cfc5b2b9831 (patch)
treef663e234cbaadf29b3ba977bb312d66ed900cb83
parente9db8467054630f2226f5aa575426ef017e23613 (diff)
downloadmeta-xilinx-7aeb8f34d59a9016293b32472a6b2cfc5b2b9831.tar.gz
microblaze-generic.conf: Fix Serial console device name
Microblaze generic use AXI Uart Lite serial device, Hence change the serial console device to ttyUL0 as default serial device. This also fixes INIT freeze issue. Starting syslogd/klogd: done Starting tcf-agent: OK INIT: Id "S0" respawning too fast: disabled for 5 minutes INIT: no more processes left in this runlevel Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/conf/machine/microblaze-generic.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/conf/machine/microblaze-generic.conf b/meta-xilinx-core/conf/machine/microblaze-generic.conf
index e85f9a9c..92412681 100644
--- a/meta-xilinx-core/conf/machine/microblaze-generic.conf
+++ b/meta-xilinx-core/conf/machine/microblaze-generic.conf
@@ -32,7 +32,7 @@ MACHINE_FEATURES = ""
32KERNEL_IMAGETYPE ?= "linux.bin.ub" 32KERNEL_IMAGETYPE ?= "linux.bin.ub"
33KERNEL_IMAGETYPES = "" 33KERNEL_IMAGETYPES = ""
34 34
35SERIAL_CONSOLES ?= "115200;ttyS0" 35SERIAL_CONSOLES ?= "115200;ttyUL0"
36 36
37MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree" 37MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree"
38 38