diff options
| author | Darren Hart <dvhart@linux.intel.com> | 2014-01-21 21:01:23 -0800 |
|---|---|---|
| committer | Darren Hart <dvhart@linux.intel.com> | 2014-01-27 16:56:13 -0800 |
| commit | 420ce9fc4db964ca642b6ed804ee620a3f76d926 (patch) | |
| tree | f00c86f4cfa55f90f04cafd4319326f9a113934b /meta-n450 | |
| parent | e9e03331ecb696c45ae0da6fb266c59f36ce5b63 (diff) | |
| download | meta-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>
Diffstat (limited to 'meta-n450')
| -rw-r--r-- | meta-n450/conf/machine/n450.conf | 9 |
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 @@ | |||
| 8 | PREFERRED_PROVIDER-virtual/kernel ?= "linux-yocto" | 8 | PREFERRED_PROVIDER-virtual/kernel ?= "linux-yocto" |
| 9 | PREFERRED_VERSION_linux-yocto ?= "3.8%" | 9 | PREFERRED_VERSION_linux-yocto ?= "3.8%" |
| 10 | 10 | ||
| 11 | require conf/machine/include/tune-atom.inc | 11 | require conf/machine/include/intel-core2-32-common.inc |
| 12 | require conf/machine/include/ia32-base.inc | ||
| 13 | 12 | ||
| 14 | XSERVER ?= "${XSERVER_IA32_BASE} \ | 13 | XSERVER ?= "${XSERVER_X86_BASE} \ |
| 15 | ${XSERVER_IA32_EXT} \ | 14 | ${XSERVER_X86_EXT} \ |
| 16 | ${XSERVER_IA32_I915} \ | 15 | ${XSERVER_X86_I915} \ |
| 17 | " | 16 | " |
| 18 | 17 | ||
| 19 | SYSLINUX_OPTS = "serial 0 115200" | 18 | SYSLINUX_OPTS = "serial 0 115200" |
