summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-05-26 13:27:29 -0500
committerRyan Eatmon <reatmon@ti.com>2023-06-07 10:10:22 -0500
commit4bbb9446f777784cae57d36c43e6cea0b3742907 (patch)
tree24c550788712c6b2e885788b7f9aea14b4a33f33 /meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf
parent2e9bca64703f6af925aa0dca2aea04dbf61ada4d (diff)
downloadmeta-ti-4bbb9446f777784cae57d36c43e6cea0b3742907.tar.gz
conf: machine: Do not override SPL_BINARY on AM65x and J721e
In U-Boot the names of these files have been updated to match our expected defaults. Remove these fixups. 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.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf
index 2a7b5990..b1b2490e 100644
--- a/meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf
+++ b/meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf
@@ -8,6 +8,4 @@ SYSFW_SOC = "am65x"
8SYSFW_CONFIG = "evm" 8SYSFW_CONFIG = "evm"
9SYSFW_SUFFIX = "gp" 9SYSFW_SUFFIX = "gp"
10 10
11SPL_BINARY = "tiboot3.${SPL_SUFFIX}_unsigned"
12
13UBOOT_MACHINE = "am65x_evm_r5_defconfig" 11UBOOT_MACHINE = "am65x_evm_r5_defconfig"