summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/omap-a15.inc
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2020-05-09 01:56:05 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-05-09 01:56:05 +0000
commitf6e024415b42adaa0d6ca04da83c86dcf92dfd87 (patch)
tree66d177678ddf2358de5b1874992fdc496cfa8030 /conf/machine/include/omap-a15.inc
parent1dd455890e8c1b29b79f46a5ce3153acd9a7ea5a (diff)
downloadmeta-ti-zeus-next.tar.gz
Revert "wic: create SD card with 3 partitions for testing"zeus-nextzeus
This reverts commit 6bca11098ba58960e20fc2fcb26ed56b3d68dbc2.
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 7600126d..62551915 100644
--- a/conf/machine/include/omap-a15.inc
+++ b/conf/machine/include/omap-a15.inc
@@ -39,6 +39,6 @@ UBI_VOLNAME = "rootfs"
39MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet gpu mmip dsp gc320" 39MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet gpu mmip dsp gc320"
40 40
41IMAGE_FSTYPES += "tar.xz wic.xz" 41IMAGE_FSTYPES += "tar.xz wic.xz"
42WKS_FILE ?= "sdimage-3part.wks" 42WKS_FILE ?= "sdimage-bootpart.wks"
43IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}" 43IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}"
44do_image_wic[depends] += "u-boot:do_deploy" 44do_image_wic[depends] += "u-boot:do_deploy"