From: Denys Dmytriyenko <[email protected]>
Signed-off-by: Denys Dmytriyenko <[email protected]>
---
recipes-bsp/u-boot/u-boot-ti.inc | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/recipes-bsp/u-boot/u-boot-ti.inc b/recipes-bsp/u-boot/u-boot-ti.inc
index 062a692..4fe8266 100644
--- a/recipes-bsp/u-boot/u-boot-ti.inc
+++ b/recipes-bsp/u-boot/u-boot-ti.inc
@@ -59,6 +59,7 @@ SPL_UART_BINARY_keystone = ""
SPL_UART_BINARY_k3 = ""
SPL_UART_BINARY_k3r5 = ""
SPL_UART_BINARY_lego-ev3 = ""
+SPL_UART_BINARY_j7200-evm-k3r5 = "u-boot-spl.bin"
SPL_UART_IMAGE ?= "${SPL_UART_BINARY}-${MACHINE}-${PV}-${PR}"
SPL_UART_SYMLINK ?= "${SPL_UART_BINARY}-${MACHINE}"
@@ -381,4 +382,11 @@ do_deploy_append_keystone () {
fi
}
+# j7200 uses combined image for tiboot3.bin that includes u-boot-spl.bin and
sysfw
+# along with board PM/RM configs generated by k3-image-gen and comes from
ti-sci-fw
+# hence move the legacy u-boot's tiboot3.bin out of the way
+do_deploy_append_j7200-evm-k3r5 () {
+ mv ${DEPLOYDIR}/tiboot3.bin ${DEPLOYDIR}/tiboot3-r5spl.bin || true
+}
+
TOOLCHAIN = "gcc"
--
2.7.4
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#13058):
https://lists.yoctoproject.org/g/meta-ti/message/13058
Mute This Topic: https://lists.yoctoproject.org/mt/76254207/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-