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 d525595..766809d 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 tty0" 45SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyS2"
46 46
47SOTA_MACHINE ?= "${MACHINE}" 47SOTA_MACHINE ?= "${MACHINE}"
diff --git a/conf/machine/xeon-d.conf b/conf/machine/xeon-d.conf
index 02bd19b..42e1843 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 tty0" 43SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyS2"
44APPEND += "rootwait console=ttyS0,115200 console=tty0" 44APPEND += "rootwait console=ttyS0,115200 console=tty0"
45 45
46SOTA_MACHINE ?= "${MACHINE}" 46SOTA_MACHINE ?= "${MACHINE}"