diff options
Diffstat (limited to 'conf/machine/imx51evk.conf')
-rw-r--r-- | conf/machine/imx51evk.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/imx51evk.conf b/conf/machine/imx51evk.conf index d9aea7c..9d7d06c 100644 --- a/conf/machine/imx51evk.conf +++ b/conf/machine/imx51evk.conf | |||
@@ -9,6 +9,9 @@ include conf/machine/include/tune-cortexa8.inc | |||
9 | 9 | ||
10 | SOC_FAMILY = "mx5:mx51" | 10 | SOC_FAMILY = "mx5:mx51" |
11 | 11 | ||
12 | # Disable perf features as 2.6.35.3 fails to build otherwise | ||
13 | PERF_FEATURES_ENABLE = "" | ||
14 | |||
12 | KERNEL_DEVICETREE = "imx51-babbage.dtb" | 15 | KERNEL_DEVICETREE = "imx51-babbage.dtb" |
13 | 16 | ||
14 | UBOOT_MACHINE = "mx51evk_config" | 17 | UBOOT_MACHINE = "mx51evk_config" |