summaryrefslogtreecommitdiffstats
path: root/conf/machine/am65xx-hs-evm-k3r5.conf
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2022-08-04 21:49:34 -0500
committerRyan Eatmon <reatmon@ti.com>2022-08-06 19:04:37 -0500
commitb572721c6d6d584e9b9560c881c1e46ae49b14ef (patch)
tree03fd3ab0a7195fbf06fb71d08415a766cee34c11 /conf/machine/am65xx-hs-evm-k3r5.conf
parentdf8a8bc551064d93afe5d27d79d9774e541128f6 (diff)
downloadmeta-ti-b572721c6d6d584e9b9560c881c1e46ae49b14ef.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>
Diffstat (limited to 'conf/machine/am65xx-hs-evm-k3r5.conf')
-rw-r--r--conf/machine/am65xx-hs-evm-k3r5.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/machine/am65xx-hs-evm-k3r5.conf b/conf/machine/am65xx-hs-evm-k3r5.conf
index 81b8c75f..d9041c9d 100644
--- a/conf/machine/am65xx-hs-evm-k3r5.conf
+++ b/conf/machine/am65xx-hs-evm-k3r5.conf
@@ -16,5 +16,3 @@ UBOOT_IMAGE = "tiboot3-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}"
16UBOOT_SYMLINK = "tiboot3-${MAINMACHINE}.${UBOOT_SUFFIX}" 16UBOOT_SYMLINK = "tiboot3-${MAINMACHINE}.${UBOOT_SUFFIX}"
17 17
18UBOOT_MACHINE = "am65x_hs_evm_r5_defconfig" 18UBOOT_MACHINE = "am65x_hs_evm_r5_defconfig"
19
20TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_K3}"