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, 4 insertions, 0 deletions
diff --git a/conf/machine/atom-c3000.conf b/conf/machine/atom-c3000.conf
index d3fb5bb..90b9794 100644
--- a/conf/machine/atom-c3000.conf
+++ b/conf/machine/atom-c3000.conf
@@ -45,3 +45,5 @@ XSERVER ?= "${XSERVER_X86_BASE} \
45 45
46SYSLINUX_OPTS = "serial 0 115200" 46SYSLINUX_OPTS = "serial 0 115200"
47SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyS2" 47SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyS2"
48
49SOTA_MACHINE ?= "${MACHINE}"
diff --git a/conf/machine/xeon-d.conf b/conf/machine/xeon-d.conf
index f3ee8c0..07e4bf8 100644
--- a/conf/machine/xeon-d.conf
+++ b/conf/machine/xeon-d.conf
@@ -44,3 +44,5 @@ XSERVER ?= "${XSERVER_X86_BASE} \
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"
46APPEND += "rootwait console=ttyS0,115200 console=tty0" 46APPEND += "rootwait console=ttyS0,115200 console=tty0"
47
48SOTA_MACHINE ?= "${MACHINE}"