diff options
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/machine/intel-core2-32.conf | 4 | ||||
| -rw-r--r-- | conf/machine/intel-corei7-64.conf | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/conf/machine/intel-core2-32.conf b/conf/machine/intel-core2-32.conf index 20c039de..62e1b7c4 100644 --- a/conf/machine/intel-core2-32.conf +++ b/conf/machine/intel-core2-32.conf | |||
| @@ -17,3 +17,7 @@ XSERVER ?= "${XSERVER_X86_BASE} \ | |||
| 17 | ${XSERVER_X86_MODESETTING} \ | 17 | ${XSERVER_X86_MODESETTING} \ |
| 18 | ${XSERVER_X86_VESA} \ | 18 | ${XSERVER_X86_VESA} \ |
| 19 | " | 19 | " |
| 20 | |||
| 21 | SYSLINUX_OPTS = "serial 0 115200" | ||
| 22 | SERIAL_CONSOLE = "115200 ttyS0" | ||
| 23 | APPEND += "console=ttyS0,115200 console=tty0" | ||
diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-64.conf index df4bbb19..d585bdf7 100644 --- a/conf/machine/intel-corei7-64.conf +++ b/conf/machine/intel-corei7-64.conf | |||
| @@ -18,3 +18,7 @@ XSERVER ?= "${XSERVER_X86_BASE} \ | |||
| 18 | ${XSERVER_X86_MODESETTING} \ | 18 | ${XSERVER_X86_MODESETTING} \ |
| 19 | ${XSERVER_X86_VESA} \ | 19 | ${XSERVER_X86_VESA} \ |
| 20 | " | 20 | " |
| 21 | |||
| 22 | SYSLINUX_OPTS = "serial 0 115200" | ||
| 23 | SERIAL_CONSOLE = "115200 ttyS0" | ||
| 24 | APPEND += "console=ttyS0,115200 console=tty0" | ||
