summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2013-04-24 22:12:31 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2013-04-25 23:19:01 -0300
commitaea0123cf00fa9248f8e7888a7bcd88b3072014f (patch)
treed44b7313821156264cad680591b40afc10723e27 /conf/machine
parent82ee44974c29aa9aa6d56cbbf400567a49e6d633 (diff)
downloadmeta-fsl-arm-aea0123cf00fa9248f8e7888a7bcd88b3072014f.tar.gz
mxs-base.inc: Use 'linux-fslc' by default on mx23
2.6.35 1.1.0 branch does not officially support mx23. Let's use 'linux-fslc' as the default kernel for mx23. Also disable perf only for mx28. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/include/mxs-base.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/include/mxs-base.inc b/conf/machine/include/mxs-base.inc
index 68424e7..c0681f7 100644
--- a/conf/machine/include/mxs-base.inc
+++ b/conf/machine/include/mxs-base.inc
@@ -9,12 +9,14 @@ include conf/machine/include/tune-arm926ejs.inc
9 9
10SOC_FAMILY = "mxs" 10SOC_FAMILY = "mxs"
11 11
12PREFERRED_PROVIDER_virtual/kernel_mx23 = "linux-fslc"
13
12UBOOT_ENTRYPOINT = "0x40008000" 14UBOOT_ENTRYPOINT = "0x40008000"
13UBOOT_MAKE_TARGET = "u-boot.sb" 15UBOOT_MAKE_TARGET = "u-boot.sb"
14UBOOT_SUFFIX = "sb" 16UBOOT_SUFFIX = "sb"
15 17
16# Disable perf features as 2.6.35.3 fail to build otherwise 18# Disable perf features as 2.6.35.3 fail to build otherwise
17PERF_FEATURES_ENABLE = "" 19PERF_FEATURES_ENABLE_mx28 = ""
18 20
19XSERVER = "xserver-xorg \ 21XSERVER = "xserver-xorg \
20 xf86-input-evdev \ 22 xf86-input-evdev \