summaryrefslogtreecommitdiffstats
path: root/conf/machine/am65xx-evm.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/am65xx-evm.conf')
-rw-r--r--conf/machine/am65xx-evm.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/am65xx-evm.conf b/conf/machine/am65xx-evm.conf
index 27bb0b06..bd57c485 100644
--- a/conf/machine/am65xx-evm.conf
+++ b/conf/machine/am65xx-evm.conf
@@ -29,6 +29,6 @@ OPTEEOUTPUTMACHINE = "k3"
29# tiboot3.bin and sysfw.itb, which are provided by meta-arago 29# tiboot3.bin and sysfw.itb, which are provided by meta-arago
30# u-boot-k3-r5 and ti-sci-fw recipes 30# u-boot-k3-r5 and ti-sci-fw recipes
31IMAGE_BOOT_FILES = "tispl.bin u-boot.img" 31IMAGE_BOOT_FILES = "tispl.bin u-boot.img"
32WKS_FILE = "sdimage-bootpart.wks" 32WKS_FILE ?= "sdimage-bootpart.wks"
33 33
34do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot u-boot:do_deploy" 34do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot u-boot:do_deploy"