summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2014-01-21 21:01:23 -0800
committerDarren Hart <dvhart@linux.intel.com>2014-01-27 16:56:13 -0800
commit420ce9fc4db964ca642b6ed804ee620a3f76d926 (patch)
treef00c86f4cfa55f90f04cafd4319326f9a113934b
parente9e03331ecb696c45ae0da6fb266c59f36ce5b63 (diff)
downloadmeta-intel-420ce9fc4db964ca642b6ed804ee620a3f76d926.tar.gz
n450: Use core2-32 tuning
The E4xx (Pine View) Atom CPUs are supported by the core2 tune file. Update the XSERVER_* variables to use the new naming. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
-rw-r--r--meta-n450/conf/machine/n450.conf9
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-n450/conf/machine/n450.conf b/meta-n450/conf/machine/n450.conf
index 75ca7018..9d976a91 100644
--- a/meta-n450/conf/machine/n450.conf
+++ b/meta-n450/conf/machine/n450.conf
@@ -8,12 +8,11 @@
8PREFERRED_PROVIDER-virtual/kernel ?= "linux-yocto" 8PREFERRED_PROVIDER-virtual/kernel ?= "linux-yocto"
9PREFERRED_VERSION_linux-yocto ?= "3.8%" 9PREFERRED_VERSION_linux-yocto ?= "3.8%"
10 10
11require conf/machine/include/tune-atom.inc 11require conf/machine/include/intel-core2-32-common.inc
12require conf/machine/include/ia32-base.inc
13 12
14XSERVER ?= "${XSERVER_IA32_BASE} \ 13XSERVER ?= "${XSERVER_X86_BASE} \
15 ${XSERVER_IA32_EXT} \ 14 ${XSERVER_X86_EXT} \
16 ${XSERVER_IA32_I915} \ 15 ${XSERVER_X86_I915} \
17 " 16 "
18 17
19SYSLINUX_OPTS = "serial 0 115200" 18SYSLINUX_OPTS = "serial 0 115200"