aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/imx51evk.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/imx51evk.conf')
-rw-r--r--conf/machine/imx51evk.conf12
1 files changed, 8 insertions, 4 deletions
diff --git a/conf/machine/imx51evk.conf b/conf/machine/imx51evk.conf
index a32b4e00..5934afa1 100644
--- a/conf/machine/imx51evk.conf
+++ b/conf/machine/imx51evk.conf
@@ -7,11 +7,15 @@
MACHINEOVERRIDES =. "mx5:mx51:"
include conf/machine/include/imx-base.inc
-include conf/machine/include/tune-cortexa8.inc
+include conf/machine/include/arm/armv7a/tune-cortexa8.inc
-# Disable perf features as 2.6.35.3 fails to build otherwise
-PERF_FEATURES_ENABLE = ""
+KERNEL_DEVICETREE = "nxp/imx/imx51-babbage.dtb"
-KERNEL_DEVICETREE = "imx51-babbage.dtb"
+# This machine is not supported by u-boot-imx as it is not tested by NXP on this
+# board. So we force it to use u-boot-fslc which is based on mainline here.
+IMX_DEFAULT_BOOTLOADER = "u-boot-fslc"
+
+UBOOT_MAKE_TARGET = "u-boot.imx"
+UBOOT_SUFFIX = "imx"
UBOOT_MACHINE = "mx51evk_config"