summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/j721e-hs-evm-k3r5.conf
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2022-11-04 22:46:03 +0000
committerRyan Eatmon <reatmon@ti.com>2022-11-23 16:08:24 -0600
commitf112212083b8174b7ed1c59127ad10cd0d556e7a (patch)
tree8bfb54e14d1a4547fdcb997f5a234ab4b31e595f /meta-ti-bsp/conf/machine/j721e-hs-evm-k3r5.conf
parent1cea5220ea9fde2ff7d055fae9512bb6e4f00a60 (diff)
downloadmeta-ti-f112212083b8174b7ed1c59127ad10cd0d556e7a.tar.gz
machine: k3r5: 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 the output of U-Boot to be u-boot-spl.bin by default 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> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/j721e-hs-evm-k3r5.conf')
-rw-r--r--meta-ti-bsp/conf/machine/j721e-hs-evm-k3r5.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/j721e-hs-evm-k3r5.conf b/meta-ti-bsp/conf/machine/j721e-hs-evm-k3r5.conf
index 9c285bae..8e53a5cb 100644
--- a/meta-ti-bsp/conf/machine/j721e-hs-evm-k3r5.conf
+++ b/meta-ti-bsp/conf/machine/j721e-hs-evm-k3r5.conf
@@ -9,6 +9,12 @@ SYSFW_CONFIG = "evm"
9SYSFW_SUFFIX = "hs" 9SYSFW_SUFFIX = "hs"
10SYSFW_SYMLINK = "" 10SYSFW_SYMLINK = ""
11 11
12SPL_BINARY = "spl/u-boot-spl.${UBOOT_SUFFIX}"
13SPL_SYMLINK = "u-boot-r5spl.${UBOOT_SUFFIX}"
14UBOOT_BINARY = "tiboot3.${UBOOT_SUFFIX}"
15UBOOT_IMAGE = "tiboot3-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}"
16UBOOT_SYMLINK = "tiboot3-${MAINMACHINE}.${UBOOT_SUFFIX}"
17
12UBOOT_MACHINE = "j721e_hs_evm_r5_defconfig" 18UBOOT_MACHINE = "j721e_hs_evm_r5_defconfig"
13 19
14TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_K3}" 20TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_K3}"