aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/imx23evk.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/imx23evk.conf')
-rw-r--r--conf/machine/imx23evk.conf13
1 files changed, 9 insertions, 4 deletions
diff --git a/conf/machine/imx23evk.conf b/conf/machine/imx23evk.conf
index 009aff79..4e2fe980 100644
--- a/conf/machine/imx23evk.conf
+++ b/conf/machine/imx23evk.conf
@@ -7,10 +7,15 @@
MACHINEOVERRIDES =. "mxs:mx23:"
include conf/machine/include/imx-base.inc
-include conf/machine/include/tune-arm926ejs.inc
+include conf/machine/include/arm/armv5/tune-arm926ejs.inc
-UBOOT_MACHINE = "mx23evk_config"
+# 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.sb"
+UBOOT_SUFFIX = "sb"
-KERNEL_DEVICETREE = "imx23-evk.dtb"
+UBOOT_MACHINE = "mx23evk_config"
-MACHINE_FEATURES = "usbgadget usbhost vfat touchscreen"
+KERNEL_DEVICETREE = "nxp/mxs/imx23-evk.dtb"