summaryrefslogtreecommitdiffstats
path: root/conf/machine/am65xx-evm.conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2019-06-11 04:47:49 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-06-10 23:54:37 +0000
commitd19d8407d45d1514fc1ff82fe011e7cfff29c0f7 (patch)
treeea0c4635c85668ee28e45154028719092777ec9d /conf/machine/am65xx-evm.conf
parent2a07217ceaba99b5b2d9c0055e6f80a4441a03b2 (diff)
downloadmeta-ti-d19d8407d45d1514fc1ff82fe011e7cfff29c0f7.tar.gz
am65xx-evm: add tispl.bin to wic image and comment for tiboot3.bin and sysfw.itb
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/am65xx-evm.conf')
-rw-r--r--conf/machine/am65xx-evm.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/machine/am65xx-evm.conf b/conf/machine/am65xx-evm.conf
index 1113dbc9..83eae598 100644
--- a/conf/machine/am65xx-evm.conf
+++ b/conf/machine/am65xx-evm.conf
@@ -24,7 +24,10 @@ OPTEEMACHINE = "k3"
24OPTEEFLAVOR = "am65x" 24OPTEEFLAVOR = "am65x"
25OPTEEOUTPUTMACHINE = "k3" 25OPTEEOUTPUTMACHINE = "k3"
26 26
27# Please note that booting AM65xx platform also requires
28# tiboot3.bin and sysfw.itb, which are provided by meta-arago
29# u-boot-k3-r5 and ti-sci-fw recipes
30IMAGE_BOOT_FILES = "tispl.bin u-boot.img"
27WKS_FILE = "sdimage-bootpart.wks" 31WKS_FILE = "sdimage-bootpart.wks"
28IMAGE_BOOT_FILES = "u-boot.img"
29 32
30do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot u-boot:do_deploy" 33do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot u-boot:do_deploy"