summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2022-08-04 21:49:32 -0500
committerRyan Eatmon <reatmon@ti.com>2022-08-06 19:04:37 -0500
commit142be8971f67566c8abc137be9ea2f0254b20a90 (patch)
tree56ee7e83853eb629ae5054490c7f22738900045b /conf
parent50c39940b63713932603ef2bc77d36aaf1f4fb46 (diff)
downloadmeta-ti-142be8971f67566c8abc137be9ea2f0254b20a90.tar.gz
ti-sci-fw: Make combined R5 boot the default
Going forward, the combined tiboot3.bin is going to be the standard. Only AM65x and J721e will still use the split boot. Set DEPENDS and EXTRA_OEMAKE for combined boot and override only for the two split boot platforms. This makes it easier to add new platforms and simplifies deployment logic. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/j7-hs-evm.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/j7-hs-evm.conf b/conf/machine/j7-hs-evm.conf
index 5cb2a3cd..ff998dc7 100644
--- a/conf/machine/j7-hs-evm.conf
+++ b/conf/machine/j7-hs-evm.conf
@@ -17,6 +17,7 @@ UBOOT_DTBO_OFFSET = "0x00010000"
17SPL_BINARY = "tispl.bin_HS" 17SPL_BINARY = "tispl.bin_HS"
18UBOOT_BINARY = "u-boot.img_HS" 18UBOOT_BINARY = "u-boot.img_HS"
19UBOOT_SYMLINK = "u-boot.img" 19UBOOT_SYMLINK = "u-boot.img"
20SYSFW_SYMLINK = ""
20 21
21BBMULTICONFIG += "k3r5-sr1-1" 22BBMULTICONFIG += "k3r5-sr1-1"
22 23