summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/j721s2-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-23 16:08:24 -0600
commit9e035d6fbef90d732fc438012a9b84b11d438dd0 (patch)
tree2be609e26824f514b0ad619153bffded4a3de631 /meta-ti-bsp/conf/machine/j721s2-hs-evm.conf
parentad7db9c97fcef9e4743748f400c86cc5297edd17 (diff)
downloadmeta-ti-9e035d6fbef90d732fc438012a9b84b11d438dd0.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/j721s2-hs-evm.conf')
-rw-r--r--meta-ti-bsp/conf/machine/j721s2-hs-evm.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-ti-bsp/conf/machine/j721s2-hs-evm.conf b/meta-ti-bsp/conf/machine/j721s2-hs-evm.conf
index 7ffad45a..84db90bb 100644
--- a/meta-ti-bsp/conf/machine/j721s2-hs-evm.conf
+++ b/meta-ti-bsp/conf/machine/j721s2-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}"