summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2022-08-28 13:55:24 -0500
committerRyan Eatmon <reatmon@ti.com>2022-08-28 17:37:36 -0500
commitf59278042b18a280e9bd81f33ac86e4863b30833 (patch)
treeb946c85b4da5c2193b3346b1f85b6f4b7f9245ba
parent723a9655f463e779dc4fead1b34632d16429bf51 (diff)
downloadmeta-ti-f59278042b18a280e9bd81f33ac86e4863b30833.tar.gz
conf: machine: am64xx-evm: Update default HS names
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> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--conf/machine/am64xx-evm.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/conf/machine/am64xx-evm.conf b/conf/machine/am64xx-evm.conf
index d6efdf52..f150f532 100644
--- a/conf/machine/am64xx-evm.conf
+++ b/conf/machine/am64xx-evm.conf
@@ -6,10 +6,6 @@ require conf/machine/include/am64xx.inc
6 6
7UBOOT_MACHINE = "am64x_evm_a53_defconfig" 7UBOOT_MACHINE = "am64x_evm_a53_defconfig"
8 8
9SPL_BINARY = "tispl.bin_HS"
10UBOOT_BINARY = "u-boot.img_HS"
11UBOOT_SYMLINK = "u-boot.img"
12
13# Since default tiboot3.bin on AM64x is for HS-SE, add a version for GP 9# Since default tiboot3.bin on AM64x is for HS-SE, add a version for GP
14BBMULTICONFIG += "k3r5-gp" 10BBMULTICONFIG += "k3r5-gp"
15IMAGE_BOOT_FILES += " tiboot3-am64x-gp-evm.bin" 11IMAGE_BOOT_FILES += " tiboot3-am64x-gp-evm.bin"