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/machine/am64xx-evm.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/machine/am64xx-evm.conf')
| -rw-r--r-- | conf/machine/am64xx-evm.conf | 3 |
1 files changed, 0 insertions, 3 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" |
