diff options
author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2022-08-29 23:39:37 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2022-08-30 10:23:50 -0500 |
commit | 7aeb8f34d59a9016293b32472a6b2cfc5b2b9831 (patch) | |
tree | f663e234cbaadf29b3ba977bb312d66ed900cb83 | |
parent | e9db8467054630f2226f5aa575426ef017e23613 (diff) | |
download | meta-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.conf | 2 |
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 = "" | |||
32 | KERNEL_IMAGETYPE ?= "linux.bin.ub" | 32 | KERNEL_IMAGETYPE ?= "linux.bin.ub" |
33 | KERNEL_IMAGETYPES = "" | 33 | KERNEL_IMAGETYPES = "" |
34 | 34 | ||
35 | SERIAL_CONSOLES ?= "115200;ttyS0" | 35 | SERIAL_CONSOLES ?= "115200;ttyUL0" |
36 | 36 | ||
37 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree" | 37 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree" |
38 | 38 | ||