diff mbox series

[meta-ti,dunfell] conf: machine: am64xx-evm: Update default HS names

Message ID 20220828185524.15128-1-afd@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-ti,dunfell] conf: machine: am64xx-evm: Update default HS names | expand

Commit Message

Andrew Davis Aug. 28, 2022, 6:55 p.m. UTC
In the latest U-Boot the HS images for AM64x have been renamed to the
default names, and the GP have been changed to *_unsigned. Remove
the overrides to pull the now default HS images.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 conf/machine/am64xx-evm.conf | 4 ----
 1 file changed, 4 deletions(-)
diff mbox series

Patch

diff --git a/conf/machine/am64xx-evm.conf b/conf/machine/am64xx-evm.conf
index ce5898e1..a39bf740 100644
--- a/conf/machine/am64xx-evm.conf
+++ b/conf/machine/am64xx-evm.conf
@@ -6,10 +6,6 @@  require conf/machine/include/am64xx.inc
 
 UBOOT_MACHINE = "am64x_evm_a53_defconfig"
 
-SPL_BINARY = "tispl.bin_HS"
-UBOOT_BINARY = "u-boot.img_HS"
-UBOOT_SYMLINK = "u-boot.img"
-
 # Since default tiboot3.bin on AM64x is for SR2.0 HS-FS, add a version for GP
 BBMULTICONFIG += "k3r5-gp"
 IMAGE_BOOT_FILES += " tiboot3-am64x-gp-evm.bin"