summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/am65xx-hs-evm.conf
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2022-11-04 22:46:09 +0000
committerRyan Eatmon <reatmon@ti.com>2022-11-10 08:21:37 -0600
commitb22bef83ca3bceef4db42fdbbae4663d0c22ae44 (patch)
treeb6d6239557ff3e5ec68158cb9fd2ce9f6a596be7 /meta-ti-bsp/conf/machine/am65xx-hs-evm.conf
parent2817e00aa2e4d3d7924a230bf4aaae0b51d653dc (diff)
downloadmeta-ti-b22bef83ca3bceef4db42fdbbae4663d0c22ae44.tar.gz
conf: machine: Move K3 TI_SECURE_DEV_PKG definition to common include
The K3 TI_SECURE_DEV_PKG is the same for all devices, move this out of each machine file and into the common K3 includes. This doesn't have any effect on the GP machines as they make no use of it. 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/am65xx-hs-evm.conf')
-rw-r--r--meta-ti-bsp/conf/machine/am65xx-hs-evm.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-ti-bsp/conf/machine/am65xx-hs-evm.conf b/meta-ti-bsp/conf/machine/am65xx-hs-evm.conf
index de92cacb..ea1f8ff1 100644
--- a/meta-ti-bsp/conf/machine/am65xx-hs-evm.conf
+++ b/meta-ti-bsp/conf/machine/am65xx-hs-evm.conf
@@ -17,5 +17,3 @@ UBOOT_DTBO_OFFSET = "0x00010000"
17SPL_BINARY = "tispl.bin_HS" 17SPL_BINARY = "tispl.bin_HS"
18UBOOT_BINARY = "u-boot.img_HS" 18UBOOT_BINARY = "u-boot.img_HS"
19UBOOT_SYMLINK = "u-boot.img" 19UBOOT_SYMLINK = "u-boot.img"
20
21TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_K3}"