summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-fsl-arm/conf/machine/imx28evk.conf3
-rw-r--r--meta-fsl-arm/conf/machine/imx51evk.conf3
-rw-r--r--meta-fsl-arm/conf/machine/imx53ard.conf3
-rw-r--r--meta-fsl-arm/conf/machine/imx53qsb.conf3
-rw-r--r--meta-fsl-arm/conf/machine/include/imx-base.inc3
-rw-r--r--meta-fsl-arm/conf/machine/include/mxs-base.inc3
6 files changed, 12 insertions, 6 deletions
diff --git a/meta-fsl-arm/conf/machine/imx28evk.conf b/meta-fsl-arm/conf/machine/imx28evk.conf
index 86123c31..672e4587 100644
--- a/meta-fsl-arm/conf/machine/imx28evk.conf
+++ b/meta-fsl-arm/conf/machine/imx28evk.conf
@@ -8,6 +8,9 @@ include conf/machine/include/mxs-base.inc
8 8
9SOC_FAMILY = "mxs:mx28" 9SOC_FAMILY = "mxs:mx28"
10 10
11# Disable perf features as 2.6.35.3 fails to build otherwise
12PERF_FEATURES_ENABLE = ""
13
11IMXBOOTLETS_MACHINE = "iMX28_EVK" 14IMXBOOTLETS_MACHINE = "iMX28_EVK"
12 15
13UBOOT_CONFIG ??= "sd" 16UBOOT_CONFIG ??= "sd"
diff --git a/meta-fsl-arm/conf/machine/imx51evk.conf b/meta-fsl-arm/conf/machine/imx51evk.conf
index d9aea7c0..9d7d06ca 100644
--- a/meta-fsl-arm/conf/machine/imx51evk.conf
+++ b/meta-fsl-arm/conf/machine/imx51evk.conf
@@ -9,6 +9,9 @@ include conf/machine/include/tune-cortexa8.inc
9 9
10SOC_FAMILY = "mx5:mx51" 10SOC_FAMILY = "mx5:mx51"
11 11
12# Disable perf features as 2.6.35.3 fails to build otherwise
13PERF_FEATURES_ENABLE = ""
14
12KERNEL_DEVICETREE = "imx51-babbage.dtb" 15KERNEL_DEVICETREE = "imx51-babbage.dtb"
13 16
14UBOOT_MACHINE = "mx51evk_config" 17UBOOT_MACHINE = "mx51evk_config"
diff --git a/meta-fsl-arm/conf/machine/imx53ard.conf b/meta-fsl-arm/conf/machine/imx53ard.conf
index 8a64e22b..c338d6b5 100644
--- a/meta-fsl-arm/conf/machine/imx53ard.conf
+++ b/meta-fsl-arm/conf/machine/imx53ard.conf
@@ -9,6 +9,9 @@ include conf/machine/include/tune-cortexa8.inc
9 9
10SOC_FAMILY = "mx5:mx53" 10SOC_FAMILY = "mx5:mx53"
11 11
12# Disable perf features as 2.6.35.3 fails to build otherwise
13PERF_FEATURES_ENABLE = ""
14
12KERNEL_DEVICETREE = "imx53-ard.dtb" 15KERNEL_DEVICETREE = "imx53-ard.dtb"
13 16
14UBOOT_MACHINE = "mx53ard_config" 17UBOOT_MACHINE = "mx53ard_config"
diff --git a/meta-fsl-arm/conf/machine/imx53qsb.conf b/meta-fsl-arm/conf/machine/imx53qsb.conf
index 5df85a9e..0e7349e8 100644
--- a/meta-fsl-arm/conf/machine/imx53qsb.conf
+++ b/meta-fsl-arm/conf/machine/imx53qsb.conf
@@ -9,6 +9,9 @@ include conf/machine/include/tune-cortexa8.inc
9 9
10SOC_FAMILY = "mx5:mx53" 10SOC_FAMILY = "mx5:mx53"
11 11
12# Disable perf features as 2.6.35.3 fails to build otherwise
13PERF_FEATURES_ENABLE = ""
14
12KERNEL_DEVICETREE = "imx53-qsb.dtb imx53-qsrb.dtb" 15KERNEL_DEVICETREE = "imx53-qsb.dtb imx53-qsrb.dtb"
13 16
14UBOOT_MACHINE = "mx53loco_config" 17UBOOT_MACHINE = "mx53loco_config"
diff --git a/meta-fsl-arm/conf/machine/include/imx-base.inc b/meta-fsl-arm/conf/machine/include/imx-base.inc
index 63fad408..21e47386 100644
--- a/meta-fsl-arm/conf/machine/include/imx-base.inc
+++ b/meta-fsl-arm/conf/machine/include/imx-base.inc
@@ -6,9 +6,6 @@ include conf/machine/include/fsl-default-providers.inc
6 6
7include conf/machine/include/soc-family.inc 7include conf/machine/include/soc-family.inc
8 8
9# Disable perf features as 2.6.35.3 fail to build otherwise
10PERF_FEATURES_ENABLE = ""
11
12# Set specific make target and binary suffix 9# Set specific make target and binary suffix
13UBOOT_MAKE_TARGET = "u-boot.imx" 10UBOOT_MAKE_TARGET = "u-boot.imx"
14UBOOT_SUFFIX ?= "imx" 11UBOOT_SUFFIX ?= "imx"
diff --git a/meta-fsl-arm/conf/machine/include/mxs-base.inc b/meta-fsl-arm/conf/machine/include/mxs-base.inc
index 40cfa0f1..03149520 100644
--- a/meta-fsl-arm/conf/machine/include/mxs-base.inc
+++ b/meta-fsl-arm/conf/machine/include/mxs-base.inc
@@ -15,9 +15,6 @@ UBOOT_ENTRYPOINT = "0x40008000"
15UBOOT_MAKE_TARGET = "u-boot.sb" 15UBOOT_MAKE_TARGET = "u-boot.sb"
16UBOOT_SUFFIX = "sb" 16UBOOT_SUFFIX = "sb"
17 17
18# Disable perf features as 2.6.35.3 fail to build otherwise
19PERF_FEATURES_ENABLE_mx28 = ""
20
21XSERVER = "xserver-xorg \ 18XSERVER = "xserver-xorg \
22 xf86-input-evdev \ 19 xf86-input-evdev \
23 xf86-video-fbdev" 20 xf86-video-fbdev"