diff options
author | Aniket Limaye <a-limaye@ti.com> | 2023-09-28 16:44:55 +0530 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-09-29 11:24:44 -0500 |
commit | cd13cafd659f7784f4131fd0bafb8a3c7c9ef126 (patch) | |
tree | 1cdca87a54f36d1d932594d4142dcf98e9c340bc /meta-ti-bsp/recipes-bsp | |
parent | 11bc9de0c99ba90cea8c05c769eeaaa81e1afe48 (diff) | |
download | meta-ti-cd13cafd659f7784f4131fd0bafb8a3c7c9ef126.tar.gz |
recipes-bsp: u-boot-ti.inc: Remove ti-sci-fw from DEPENDS for k3 machine
ti-sci-fw should be needed by the binman u-boot build only for the k3r5
machines and not for the k3 machines
Signed-off-by: Aniket Limaye <a-limaye@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-bsp')
-rw-r--r-- | meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc index 2c4ddcc2..d209dd36 100644 --- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc +++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc | |||
@@ -30,7 +30,6 @@ DEPENDS += "dtc-native bc-native lzop-native flex-native bison-native python3-se | |||
30 | DEPENDS += "python3-pyelftools-native python3-pyyaml-native python3-jsonschema-native" | 30 | DEPENDS += "python3-pyelftools-native python3-pyyaml-native python3-jsonschema-native" |
31 | 31 | ||
32 | # SYSFW/TIFS Firmware | 32 | # SYSFW/TIFS Firmware |
33 | DEPENDS:append:k3 = " ti-sci-fw" | ||
34 | DEPENDS:append:k3r5 = " ti-sci-fw" | 33 | DEPENDS:append:k3r5 = " ti-sci-fw" |
35 | 34 | ||
36 | DM_FIRMWARE = "ipc_echo_testb_mcu1_0_release_strip.xer5f" | 35 | DM_FIRMWARE = "ipc_echo_testb_mcu1_0_release_strip.xer5f" |