summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/omap-a15.inc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/include/omap-a15.inc')
-rw-r--r--conf/machine/include/omap-a15.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc
index 923a19d3..02225a4e 100644
--- a/conf/machine/include/omap-a15.inc
+++ b/conf/machine/include/omap-a15.inc
@@ -49,7 +49,7 @@ UBI_VOLNAME = "rootfs"
49# List common SoC features, may need to add touchscreen for specific machines 49# List common SoC features, may need to add touchscreen for specific machines
50MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet gpu mmip dsp gc320" 50MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet gpu mmip dsp gc320"
51 51
52IMAGE_FSTYPES += "tar.xz wic.xz" 52IMAGE_FSTYPES += "tar.xz wic.xz wic.bmap"
53WKS_FILE ?= "sdimage-2part.wks" 53WKS_FILE ?= "sdimage-2part.wks"
54IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX} ${UBOOT_EXTLINUX_BOOT_FILES}" 54IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX} ${UBOOT_EXTLINUX_BOOT_FILES}"
55do_image_wic[depends] += "u-boot:do_deploy" 55do_image_wic[depends] += "u-boot:do_deploy"