summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/atom-c3000.conf2
-rw-r--r--conf/machine/xeon-d.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/atom-c3000.conf b/conf/machine/atom-c3000.conf
index 766809d..d525595 100644
--- a/conf/machine/atom-c3000.conf
+++ b/conf/machine/atom-c3000.conf
@@ -42,6 +42,6 @@ XSERVER ?= "${XSERVER_X86_BASE} \
42 " 42 "
43 43
44SYSLINUX_OPTS = "serial 0 115200" 44SYSLINUX_OPTS = "serial 0 115200"
45SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyS2" 45SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyS2 tty0"
46 46
47SOTA_MACHINE ?= "${MACHINE}" 47SOTA_MACHINE ?= "${MACHINE}"
diff --git a/conf/machine/xeon-d.conf b/conf/machine/xeon-d.conf
index 42e1843..02bd19b 100644
--- a/conf/machine/xeon-d.conf
+++ b/conf/machine/xeon-d.conf
@@ -40,7 +40,7 @@ XSERVER ?= "${XSERVER_X86_BASE} \
40 " 40 "
41 41
42SYSLINUX_OPTS = "serial 0 115200" 42SYSLINUX_OPTS = "serial 0 115200"
43SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyS2" 43SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyS2 tty0"
44APPEND += "rootwait console=ttyS0,115200 console=tty0" 44APPEND += "rootwait console=ttyS0,115200 console=tty0"
45 45
46SOTA_MACHINE ?= "${MACHINE}" 46SOTA_MACHINE ?= "${MACHINE}"