summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/j784s4-evm.conf
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2023-05-11 14:59:10 -0500
committerRyan Eatmon <reatmon@ti.com>2023-05-11 15:06:17 -0500
commit96c6006bb0d6a900ba480fb8c5065669c0a787da (patch)
tree1b3980523a82b201923377218ec053b7a7262a0a /meta-ti-bsp/conf/machine/j784s4-evm.conf
parent389f9a8b726868768a8bed6cbe0b2a1f18c05410 (diff)
downloadmeta-ti-96c6006bb0d6a900ba480fb8c5065669c0a787da.tar.gz
conf: machine: Add extra tiboot3.bin version that matches default
When creating the boot partition we copy all of the images for the different board types (gp, hs-fs, hs-se), but one of those we consider to be a default. That default is not copied with the longer name, but rather with the tiboot3.bin name. The issue comes when someone wants to boot with a different bin file. They need to copy the approriate longer named .bin file to tiboot3.bin. But then the original name of what tiboot3.bin is lost unless the use backs it up. This patch just additionally copies that longer named bin file so that anyone who wants to look at the boot partiion and decide to boot for a different board can know which file to copy to tiboot3.bin and does not need to worry about making a backup. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/j784s4-evm.conf')
-rw-r--r--meta-ti-bsp/conf/machine/j784s4-evm.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/j784s4-evm.conf b/meta-ti-bsp/conf/machine/j784s4-evm.conf
index 4fe64d88..4274e800 100644
--- a/meta-ti-bsp/conf/machine/j784s4-evm.conf
+++ b/meta-ti-bsp/conf/machine/j784s4-evm.conf
@@ -21,6 +21,7 @@ UBOOT_MACHINE = "j784s4_evm_a72_defconfig"
21 21
22# Default tiboot3.bin on J784S4 is for GP 22# Default tiboot3.bin on J784S4 is for GP
23BBMULTICONFIG = "k3r5-gp" 23BBMULTICONFIG = "k3r5-gp"
24IMAGE_BOOT_FILES += "tiboot3-j784s4-gp-evm.bin"
24do_image_complete[mcdepends] = "mc::k3r5-gp:ti-sci-fw:do_deploy" 25do_image_complete[mcdepends] = "mc::k3r5-gp:ti-sci-fw:do_deploy"
25 26
26# Since default tiboot3.bin on J784S4 is for GP, add a version for SR1.0 HS-FS 27# Since default tiboot3.bin on J784S4 is for GP, add a version for SR1.0 HS-FS