summaryrefslogtreecommitdiffstats
path: root/meta-n450/conf/machine/n450.conf
blob: 6ffdce99548d0e17c8ed1f4e7b825f914b83845e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#@TYPE: Machine
#@NAME: n450

#@DESCRIPTION: Machine configuration for Intel 1-N450 based systems

include conf/machine/include/tune-atom.inc
include conf/machine/include/ia32-base.inc

XSERVER ?= "${XSERVER_IA32_BASE} \
           ${XSERVER_IA32_EXT} \
           ${XSERVER_IA32_I915} \
           "

SYSLINUX_OPTS = "serial 0 115200"
SERIAL_CONSOLE = "115200 ttyS0" 
APPEND += "console=ttyS0,115200 console=tty0"