summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-05-25 13:11:31 -0500
committerRyan Eatmon <reatmon@ti.com>2023-06-07 10:08:55 -0500
commit568e63b54226ff316b66f7130d9129e5e44ef45c (patch)
tree1925c3ecc30f45a14f40b2876081359ff9ae6838 /meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf
parente74b9a1746d4d04757c87c1920a0f743e55ff096 (diff)
downloadmeta-ti-568e63b54226ff316b66f7130d9129e5e44ef45c.tar.gz
conf: machine: Switch all the machines over to U-Boot binman
Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf')
-rw-r--r--meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf7
1 files changed, 1 insertions, 6 deletions
diff --git a/meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf
index a484e444..2a7b5990 100644
--- a/meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf
+++ b/meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf
@@ -7,12 +7,7 @@ require conf/machine/include/k3r5.inc
7SYSFW_SOC = "am65x" 7SYSFW_SOC = "am65x"
8SYSFW_CONFIG = "evm" 8SYSFW_CONFIG = "evm"
9SYSFW_SUFFIX = "gp" 9SYSFW_SUFFIX = "gp"
10SYSFW_SYMLINK = ""
11 10
12SPL_BINARY = "spl/u-boot-spl.${UBOOT_SUFFIX}" 11SPL_BINARY = "tiboot3.${SPL_SUFFIX}_unsigned"
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 12
18UBOOT_MACHINE = "am65x_evm_r5_defconfig" 13UBOOT_MACHINE = "am65x_evm_r5_defconfig"