summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
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 \