summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-ti.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-ti.inc')
-rw-r--r--recipes-bsp/u-boot/u-boot-ti.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-ti.inc b/recipes-bsp/u-boot/u-boot-ti.inc
index 062a692a..4fe82661 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 = ""
59SPL_UART_BINARY_k3 = "" 59SPL_UART_BINARY_k3 = ""
60SPL_UART_BINARY_k3r5 = "" 60SPL_UART_BINARY_k3r5 = ""
61SPL_UART_BINARY_lego-ev3 = "" 61SPL_UART_BINARY_lego-ev3 = ""
62SPL_UART_BINARY_j7200-evm-k3r5 = "u-boot-spl.bin"
62 63
63SPL_UART_IMAGE ?= "${SPL_UART_BINARY}-${MACHINE}-${PV}-${PR}" 64SPL_UART_IMAGE ?= "${SPL_UART_BINARY}-${MACHINE}-${PV}-${PR}"
64SPL_UART_SYMLINK ?= "${SPL_UART_BINARY}-${MACHINE}" 65SPL_UART_SYMLINK ?= "${SPL_UART_BINARY}-${MACHINE}"
@@ -381,4 +382,11 @@ do_deploy_append_keystone () {
381 fi 382 fi
382} 383}
383 384
385# j7200 uses combined image for tiboot3.bin that includes u-boot-spl.bin and sysfw
386# along with board PM/RM configs generated by k3-image-gen and comes from ti-sci-fw
387# hence move the legacy u-boot's tiboot3.bin out of the way
388do_deploy_append_j7200-evm-k3r5 () {
389 mv ${DEPLOYDIR}/tiboot3.bin ${DEPLOYDIR}/tiboot3-r5spl.bin || true
390}
391
384TOOLCHAIN = "gcc" 392TOOLCHAIN = "gcc"