]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx23evk: Use U-Boot by default
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 21 Jan 2013 11:20:52 +0000 (09:20 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 9 Apr 2013 21:41:12 +0000 (18:41 -0300)
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>
meta-fsl-arm/conf/machine/imx23evk.conf

index 759e4aba7b789524c561ee5079c2ad1d41bee821..a5c0f98948f56b265c19f94660fee2385ce174f2 100644 (file)
@@ -7,13 +7,12 @@ include conf/machine/include/mxs-base.inc
 SOC_FAMILY = "mx23:mxs"
 
 IMXBOOTLETS_MACHINE = "stmp378x_dev"
+UBOOT_MACHINE = "mx23evk_config"
 
-KERNEL_IMAGETYPE = "zImage"
+KERNEL_IMAGETYPE = "uImage"
 KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx23-evk.dts"
 
-IMAGE_BOOTLOADER = "imx-bootlets"
-
 SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
-IMAGE_FSTYPES ?= "tar.bz2 ext3 linux.sb sdcard"
+IMAGE_FSTYPES ?= "tar.bz2 ext3 uboot.mxsboot-sdcard sdcard"
 
 MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen"