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 <[email protected]> --- conf/machine/imx23evk.conf | 7 +++---- 1 file 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 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" -- 1.8.1 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
