summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-01-21 09:20:52 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2013-04-09 18:41:12 -0300
commitd407fe5a6c19183aeb997e3da0b59fb3f398c9ca (patch)
tree7fbab8cb0078d3470b53ee9147e82627b58fbad3
parentbec2d90ad77f1ddc92d6cf52a13335a2cd057a1b (diff)
downloadmeta-fsl-arm-d407fe5a6c19183aeb997e3da0b59fb3f398c9ca.tar.gz
imx23evk: Use U-Boot by default
The U-Boot now supports the imx23evk board so we now use it by default. The imx-bootlets support is still available in case someone needs it. Change-Id: I321e1b8e461e5bdfa9995964e4ab1c779c222c6b Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--conf/machine/imx23evk.conf7
1 files changed, 3 insertions, 4 deletions
diff --git a/conf/machine/imx23evk.conf b/conf/machine/imx23evk.conf
index 759e4ab..a5c0f98 100644
--- a/conf/machine/imx23evk.conf
+++ b/conf/machine/imx23evk.conf
@@ -7,13 +7,12 @@ include conf/machine/include/mxs-base.inc
7SOC_FAMILY = "mx23:mxs" 7SOC_FAMILY = "mx23:mxs"
8 8
9IMXBOOTLETS_MACHINE = "stmp378x_dev" 9IMXBOOTLETS_MACHINE = "stmp378x_dev"
10UBOOT_MACHINE = "mx23evk_config"
10 11
11KERNEL_IMAGETYPE = "zImage" 12KERNEL_IMAGETYPE = "uImage"
12KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx23-evk.dts" 13KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx23-evk.dts"
13 14
14IMAGE_BOOTLOADER = "imx-bootlets"
15
16SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3" 15SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
17IMAGE_FSTYPES ?= "tar.bz2 ext3 linux.sb sdcard" 16IMAGE_FSTYPES ?= "tar.bz2 ext3 uboot.mxsboot-sdcard sdcard"
18 17
19MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen" 18MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen"