diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-01-21 09:20:52 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-04-09 18:41:12 -0300 |
commit | d407fe5a6c19183aeb997e3da0b59fb3f398c9ca (patch) | |
tree | 7fbab8cb0078d3470b53ee9147e82627b58fbad3 | |
parent | bec2d90ad77f1ddc92d6cf52a13335a2cd057a1b (diff) | |
download | meta-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.conf | 7 |
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 | |||
7 | SOC_FAMILY = "mx23:mxs" | 7 | SOC_FAMILY = "mx23:mxs" |
8 | 8 | ||
9 | IMXBOOTLETS_MACHINE = "stmp378x_dev" | 9 | IMXBOOTLETS_MACHINE = "stmp378x_dev" |
10 | UBOOT_MACHINE = "mx23evk_config" | ||
10 | 11 | ||
11 | KERNEL_IMAGETYPE = "zImage" | 12 | KERNEL_IMAGETYPE = "uImage" |
12 | KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx23-evk.dts" | 13 | KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx23-evk.dts" |
13 | 14 | ||
14 | IMAGE_BOOTLOADER = "imx-bootlets" | ||
15 | |||
16 | SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3" | 15 | SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3" |
17 | IMAGE_FSTYPES ?= "tar.bz2 ext3 linux.sb sdcard" | 16 | IMAGE_FSTYPES ?= "tar.bz2 ext3 uboot.mxsboot-sdcard sdcard" |
18 | 17 | ||
19 | MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen" | 18 | MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen" |