diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/imx28evk.conf | 3 | ||||
-rw-r--r-- | conf/machine/imx51evk.conf | 3 | ||||
-rw-r--r-- | conf/machine/imx53ard.conf | 3 | ||||
-rw-r--r-- | conf/machine/imx53qsb.conf | 3 | ||||
-rw-r--r-- | conf/machine/include/imx-base.inc | 3 | ||||
-rw-r--r-- | conf/machine/include/mxs-base.inc | 3 |
6 files changed, 12 insertions, 6 deletions
diff --git a/conf/machine/imx28evk.conf b/conf/machine/imx28evk.conf index 86123c3..672e458 100644 --- a/conf/machine/imx28evk.conf +++ b/conf/machine/imx28evk.conf | |||
@@ -8,6 +8,9 @@ include conf/machine/include/mxs-base.inc | |||
8 | 8 | ||
9 | SOC_FAMILY = "mxs:mx28" | 9 | SOC_FAMILY = "mxs:mx28" |
10 | 10 | ||
11 | # Disable perf features as 2.6.35.3 fails to build otherwise | ||
12 | PERF_FEATURES_ENABLE = "" | ||
13 | |||
11 | IMXBOOTLETS_MACHINE = "iMX28_EVK" | 14 | IMXBOOTLETS_MACHINE = "iMX28_EVK" |
12 | 15 | ||
13 | UBOOT_CONFIG ??= "sd" | 16 | UBOOT_CONFIG ??= "sd" |
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" |
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 | ||
10 | SOC_FAMILY = "mx5:mx53" | 10 | SOC_FAMILY = "mx5:mx53" |
11 | 11 | ||
12 | # Disable perf features as 2.6.35.3 fails to build otherwise | ||
13 | PERF_FEATURES_ENABLE = "" | ||
14 | |||
12 | KERNEL_DEVICETREE = "imx53-ard.dtb" | 15 | KERNEL_DEVICETREE = "imx53-ard.dtb" |
13 | 16 | ||
14 | UBOOT_MACHINE = "mx53ard_config" | 17 | UBOOT_MACHINE = "mx53ard_config" |
diff --git a/conf/machine/imx53qsb.conf b/conf/machine/imx53qsb.conf index 5df85a9..0e7349e 100644 --- a/conf/machine/imx53qsb.conf +++ b/conf/machine/imx53qsb.conf | |||
@@ -9,6 +9,9 @@ include conf/machine/include/tune-cortexa8.inc | |||
9 | 9 | ||
10 | SOC_FAMILY = "mx5:mx53" | 10 | SOC_FAMILY = "mx5:mx53" |
11 | 11 | ||
12 | # Disable perf features as 2.6.35.3 fails to build otherwise | ||
13 | PERF_FEATURES_ENABLE = "" | ||
14 | |||
12 | KERNEL_DEVICETREE = "imx53-qsb.dtb imx53-qsrb.dtb" | 15 | KERNEL_DEVICETREE = "imx53-qsb.dtb imx53-qsrb.dtb" |
13 | 16 | ||
14 | UBOOT_MACHINE = "mx53loco_config" | 17 | UBOOT_MACHINE = "mx53loco_config" |
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 63fad40..21e4738 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
@@ -6,9 +6,6 @@ include conf/machine/include/fsl-default-providers.inc | |||
6 | 6 | ||
7 | include conf/machine/include/soc-family.inc | 7 | include conf/machine/include/soc-family.inc |
8 | 8 | ||
9 | # Disable perf features as 2.6.35.3 fail to build otherwise | ||
10 | PERF_FEATURES_ENABLE = "" | ||
11 | |||
12 | # Set specific make target and binary suffix | 9 | # Set specific make target and binary suffix |
13 | UBOOT_MAKE_TARGET = "u-boot.imx" | 10 | UBOOT_MAKE_TARGET = "u-boot.imx" |
14 | UBOOT_SUFFIX ?= "imx" | 11 | UBOOT_SUFFIX ?= "imx" |
diff --git a/conf/machine/include/mxs-base.inc b/conf/machine/include/mxs-base.inc index 40cfa0f..0314952 100644 --- a/conf/machine/include/mxs-base.inc +++ b/conf/machine/include/mxs-base.inc | |||
@@ -15,9 +15,6 @@ UBOOT_ENTRYPOINT = "0x40008000" | |||
15 | UBOOT_MAKE_TARGET = "u-boot.sb" | 15 | UBOOT_MAKE_TARGET = "u-boot.sb" |
16 | UBOOT_SUFFIX = "sb" | 16 | UBOOT_SUFFIX = "sb" |
17 | 17 | ||
18 | # Disable perf features as 2.6.35.3 fail to build otherwise | ||
19 | PERF_FEATURES_ENABLE_mx28 = "" | ||
20 | |||
21 | XSERVER = "xserver-xorg \ | 18 | XSERVER = "xserver-xorg \ |
22 | xf86-input-evdev \ | 19 | xf86-input-evdev \ |
23 | xf86-video-fbdev" | 20 | xf86-video-fbdev" |