summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/j784s4-evm.conf
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-01-20 01:40:50 +0000
committerRyan Eatmon <reatmon@ti.com>2023-01-24 12:51:24 -0600
commitcdc19549d5efd0ad9b42fba565e3960b2fa86d08 (patch)
treea677de86bc7f051cceed5a5996d1089d26bc4235 /meta-ti-bsp/conf/machine/j784s4-evm.conf
parent4033c054c0c7ca8222cc14258b79f5b29bab14b2 (diff)
downloadmeta-ti-cdc19549d5efd0ad9b42fba565e3960b2fa86d08.tar.gz
conf: machine: Rework do_image_wic dependencies
The WIC image for K3 depends on the TI-SCI firmware, on AM65x and J721e also the bootloader. Make this clear by only depending on firmware in the base k3.inc file, then adding the bootloader dependency in AM65x and J721e specific includes. Remove unneeded overrides from the evm level files. Remove do_image_tar dependencies as the tar files do not include the bootloader nor TI-SCI firmware, only the boot partition of the WIC file needs these. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/j784s4-evm.conf')
-rw-r--r--meta-ti-bsp/conf/machine/j784s4-evm.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-ti-bsp/conf/machine/j784s4-evm.conf b/meta-ti-bsp/conf/machine/j784s4-evm.conf
index f8be7d18..73f3eb8c 100644
--- a/meta-ti-bsp/conf/machine/j784s4-evm.conf
+++ b/meta-ti-bsp/conf/machine/j784s4-evm.conf
@@ -14,6 +14,3 @@ KERNEL_DEVICETREE = " \
14" 14"
15 15
16UBOOT_MACHINE = "j784s4_evm_a72_defconfig" 16UBOOT_MACHINE = "j784s4_evm_a72_defconfig"
17
18do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
19do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"