summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx53ard.conf
diff options
context:
space:
mode:
authorAlex Gonzalez <alex.gonzalez@digi.com>2015-01-11 22:31:16 +0100
committerOtavio Salvador <otavio@ossystems.com.br>2015-01-13 11:07:12 -0200
commitadae85f8522f29602b2def7a7a4381c6d76374e7 (patch)
treec3fb68066f1cd472794cc4e0ed0dae8e9ffa9e2a /conf/machine/imx53ard.conf
parenta2c45ac31ce8f9ab8edcb23f5188ab417675eac0 (diff)
downloadmeta-fsl-arm-adae85f8522f29602b2def7a7a4381c6d76374e7.tar.gz
perf: Only disable perf events for machines using 2.6.35.3.
Newer kernels build fine with the default settings. Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/imx53ard.conf')
-rw-r--r--conf/machine/imx53ard.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/imx53ard.conf b/conf/machine/imx53ard.conf
index 8a64e22..c338d6b 100644
--- a/conf/machine/imx53ard.conf
+++ b/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"