summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/include/k3.inc2
-rw-r--r--conf/machine/include/omap-a15.inc2
-rw-r--r--conf/machine/include/ti33x.inc2
-rw-r--r--conf/machine/include/ti43x.inc2
4 files changed, 4 insertions, 4 deletions
diff --git a/conf/machine/include/k3.inc b/conf/machine/include/k3.inc
index 5e67f5f3..3416be9e 100644
--- a/conf/machine/include/k3.inc
+++ b/conf/machine/include/k3.inc
@@ -38,5 +38,5 @@ IMAGE_FSTYPES += "tar.xz wic.xz"
38# tiboot3.bin and sysfw.itb, which are provided by meta-arago 38# tiboot3.bin and sysfw.itb, which are provided by meta-arago
39# u-boot-k3-r5 and ti-sci-fw recipes 39# u-boot-k3-r5 and ti-sci-fw recipes
40IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}" 40IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}"
41WKS_FILE ?= "sdimage-3part.wks" 41WKS_FILE ?= "sdimage-bootpart.wks"
42do_image_wic[depends] += "u-boot:do_deploy" 42do_image_wic[depends] += "u-boot:do_deploy"
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"
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc
index db1df043..3c752d54 100644
--- a/conf/machine/include/ti33x.inc
+++ b/conf/machine/include/ti33x.inc
@@ -61,6 +61,6 @@ TI_PDK_LIMIT_SOCS = "am335x"
61TI_PDK_LIMIT_BOARDS = "evmAM335x icev2AM335x iceAMIC110 bbbAM335x skAM335x" 61TI_PDK_LIMIT_BOARDS = "evmAM335x icev2AM335x iceAMIC110 bbbAM335x skAM335x"
62 62
63IMAGE_FSTYPES += "tar.xz wic.xz" 63IMAGE_FSTYPES += "tar.xz wic.xz"
64WKS_FILE ?= "sdimage-3part.wks" 64WKS_FILE ?= "sdimage-bootpart.wks"
65IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}" 65IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}"
66do_image_wic[depends] += "u-boot:do_deploy" 66do_image_wic[depends] += "u-boot:do_deploy"
diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc
index e2aaf38c..d1fc0b50 100644
--- a/conf/machine/include/ti43x.inc
+++ b/conf/machine/include/ti43x.inc
@@ -57,6 +57,6 @@ TI_PDK_LIMIT_SOCS = "am437x"
57TI_PDK_LIMIT_BOARDS = "evmAM437x idkAM437x skAM437x" 57TI_PDK_LIMIT_BOARDS = "evmAM437x idkAM437x skAM437x"
58 58
59IMAGE_FSTYPES += "tar.xz wic.xz" 59IMAGE_FSTYPES += "tar.xz wic.xz"
60WKS_FILE ?= "sdimage-3part.wks" 60WKS_FILE ?= "sdimage-bootpart.wks"
61IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}" 61IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}"
62do_image_wic[depends] += "u-boot:do_deploy" 62do_image_wic[depends] += "u-boot:do_deploy"