summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/omap-a15.inc
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2020-05-07 07:07:57 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-05-07 01:16:33 +0000
commita83fb916dcfcad3028256ba8ff7d0626cf475cc5 (patch)
tree29f4debcd0eff3c901b8083fa4d4221399f2d83f /conf/machine/include/omap-a15.inc
parent676c7ba681e462e15d5c09d3da6460cf87f89cc3 (diff)
downloadmeta-ti-a83fb916dcfcad3028256ba8ff7d0626cf475cc5.tar.gz
conf/wic: switch back to 2-partition SD images, reserve extra space in bootti2020.01.00
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
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 c22e6dd6..e491d2b5 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-2part.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"