summaryrefslogtreecommitdiffstats
path: root/conf/machine/am65xx-hs-evm.conf
diff options
context:
space:
mode:
authorManorit Chawdhry <m-chawdhry@ti.com>2022-06-09 09:59:09 -0500
committerRyan Eatmon <reatmon@ti.com>2022-06-23 09:22:05 -0500
commit5e1204d728aaa581cdc3198414754bef5c08aff4 (patch)
tree894fe0bfefc7a8b3b218dd6f3815d7e0e3781920 /conf/machine/am65xx-hs-evm.conf
parentc020b3c4f2e2b32115f97e781f08505cbc667bfe (diff)
downloadmeta-ti-5e1204d728aaa581cdc3198414754bef5c08aff4.tar.gz
conf: machine: wic: Fix HS image boot partition
IMAGE_BOOT_FILES was being overwritten in the HS recipes leading to incomplete binaries in /boot and the naming of the binaries were not correct. Fixes /boot partition for HS devices. Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com> [afd: Extended fix to all HS platforms] Signed-off-by: Andrew Davis <afd@ti.com> Acked-by: Manorit Chawdhry <m-chawdhry@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'conf/machine/am65xx-hs-evm.conf')
-rw-r--r--conf/machine/am65xx-hs-evm.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/machine/am65xx-hs-evm.conf b/conf/machine/am65xx-hs-evm.conf
index e4eebb6a..de92cacb 100644
--- a/conf/machine/am65xx-hs-evm.conf
+++ b/conf/machine/am65xx-hs-evm.conf
@@ -15,8 +15,7 @@ UBOOT_DTBO_LOADADDRESS = "0x83080000"
15UBOOT_DTBO_OFFSET = "0x00010000" 15UBOOT_DTBO_OFFSET = "0x00010000"
16 16
17SPL_BINARY = "tispl.bin_HS" 17SPL_BINARY = "tispl.bin_HS"
18SPL_BINARYNAME = "tispl.bin"
19UBOOT_BINARY = "u-boot.img_HS" 18UBOOT_BINARY = "u-boot.img_HS"
20IMAGE_BOOT_FILES = "${UBOOT_BINARY}" 19UBOOT_SYMLINK = "u-boot.img"
21 20
22TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_K3}" 21TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_K3}"