summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/am64xx-evm.conf
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2022-11-04 22:46:18 +0000
committerRyan Eatmon <reatmon@ti.com>2022-11-23 16:08:24 -0600
commitbe1ddf405d2967c69439cc06b8c07aa85f86a1be (patch)
tree0016b963eb17df055d4821047a08a623fe29301a /meta-ti-bsp/conf/machine/am64xx-evm.conf
parentfa6c1e01766d47b5ccf468ccfadeb65e60990b17 (diff)
downloadmeta-ti-be1ddf405d2967c69439cc06b8c07aa85f86a1be.tar.gz
u-boot-ti-staging: Update to the latest ti-u-boot-2021.01
Update to the latest commit of ti-u-boot-2021.01. As part of this U-Boot update the non-HS AM64x-evm defconfig was removed. This is okay as building this defconfig without defining TI_SECURE_DEV_PKG will still result in usable binaries for the non-HS devices. Use the HS defconfig for both the HS and non-HS machines. 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/am64xx-evm.conf')
-rw-r--r--meta-ti-bsp/conf/machine/am64xx-evm.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/am64xx-evm.conf b/meta-ti-bsp/conf/machine/am64xx-evm.conf
index c6ba2a87..2cb7f55a 100644
--- a/meta-ti-bsp/conf/machine/am64xx-evm.conf
+++ b/meta-ti-bsp/conf/machine/am64xx-evm.conf
@@ -5,3 +5,7 @@
5require conf/machine/include/am64xx.inc 5require conf/machine/include/am64xx.inc
6 6
7UBOOT_MACHINE = "am64x_evm_a53_defconfig" 7UBOOT_MACHINE = "am64x_evm_a53_defconfig"
8
9SPL_BINARY = "tispl.bin_HS"
10UBOOT_BINARY = "u-boot.img_HS"
11UBOOT_SYMLINK = "u-boot.img"