diff options
author | Nishanth Menon <nm@ti.com> | 2021-04-01 05:57:32 +0000 |
---|---|---|
committer | Praneeth Bajjuri <praneeth@ti.com> | 2021-03-31 21:44:18 -0500 |
commit | 4393653953a2691769db6f245ee1c6b12b70bea8 (patch) | |
tree | 381d564524fe97e5ed474bbcea55c27eec811c6e /conf | |
parent | ff6e95ff4217b39d9643634a45f274cd43de42cd (diff) | |
download | meta-ti-4393653953a2691769db6f245ee1c6b12b70bea8.tar.gz |
conf/machine: am64xx/j7200: Drop trusted-firmware deployment for tar wic
wic and tar dependency on trusted firmware is wrong. It is u-boot build
that depends on trusted firmware deployment and is correctly handled by
u-boot recipe. No point in duplicating that dependency, so just clean it
all up.
Reported-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/am64xx-evm.conf | 3 | ||||
-rw-r--r-- | conf/machine/am64xx-sk.conf | 3 | ||||
-rw-r--r-- | conf/machine/j7200-evm.conf | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/conf/machine/am64xx-evm.conf b/conf/machine/am64xx-evm.conf index eda310a3..788b15ab 100644 --- a/conf/machine/am64xx-evm.conf +++ b/conf/machine/am64xx-evm.conf | |||
@@ -8,8 +8,5 @@ IMAGE_BOOT_FILES = "tispl.bin u-boot.img" | |||
8 | 8 | ||
9 | UBOOT_MACHINE = "am64x_evm_a53_defconfig" | 9 | UBOOT_MACHINE = "am64x_evm_a53_defconfig" |
10 | 10 | ||
11 | do_image_wic[depends] += "trusted-firmware-a:do_deploy" | ||
12 | do_image_tar[depends] += "trusted-firmware-a:do_deploy" | ||
13 | |||
14 | do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" | 11 | do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" |
15 | do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" | 12 | do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" |
diff --git a/conf/machine/am64xx-sk.conf b/conf/machine/am64xx-sk.conf index 4cad8adc..70c9c4f6 100644 --- a/conf/machine/am64xx-sk.conf +++ b/conf/machine/am64xx-sk.conf | |||
@@ -8,9 +8,6 @@ IMAGE_BOOT_FILES = "tispl.bin u-boot.img" | |||
8 | 8 | ||
9 | UBOOT_MACHINE = "am64x_sk_a53_defconfig" | 9 | UBOOT_MACHINE = "am64x_sk_a53_defconfig" |
10 | 10 | ||
11 | do_image_wic[depends] += "trusted-firmware-a:do_deploy" | ||
12 | do_image_tar[depends] += "trusted-firmware-a:do_deploy" | ||
13 | |||
14 | do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" | 11 | do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" |
15 | do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" | 12 | do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" |
16 | 13 | ||
diff --git a/conf/machine/j7200-evm.conf b/conf/machine/j7200-evm.conf index dab6d8cb..5a589f30 100644 --- a/conf/machine/j7200-evm.conf +++ b/conf/machine/j7200-evm.conf | |||
@@ -16,8 +16,5 @@ UBOOT_MACHINE = "j7200_evm_a72_config" | |||
16 | 16 | ||
17 | IMAGE_BOOT_FILES = "tispl.bin u-boot.img" | 17 | IMAGE_BOOT_FILES = "tispl.bin u-boot.img" |
18 | 18 | ||
19 | do_image_wic[depends] += "trusted-firmware-a:do_deploy" | ||
20 | do_image_tar[depends] += "trusted-firmware-a:do_deploy" | ||
21 | |||
22 | do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" | 19 | do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" |
23 | do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" | 20 | do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" |