summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-02-15 13:33:47 -0600
committerRyan Eatmon <reatmon@ti.com>2023-03-01 09:24:28 -0600
commit5349ee1debd433e7cfbe9a739e8c47ce63c6fdd8 (patch)
treec9be815d4c9b123117de8aa3f83548a3ee5f2b42 /meta-ti-bsp/conf/machine/include
parentc5483cceca26caaa85ebee16f0017ff34a8d1bfb (diff)
downloadmeta-ti-5349ee1debd433e7cfbe9a739e8c47ce63c6fdd8.tar.gz
conf: machine: k3: Remove unneeded TI_SECURE_DEV_PKG_K3 assignments
For K3 machines the SECDEV selection happens in the recipes that use it. This assignment is therefor no longer needed. Remove it. Suggested-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include')
-rw-r--r--meta-ti-bsp/conf/machine/include/k3.inc2
-rw-r--r--meta-ti-bsp/conf/machine/include/k3r5.inc2
2 files changed, 0 insertions, 4 deletions
diff --git a/meta-ti-bsp/conf/machine/include/k3.inc b/meta-ti-bsp/conf/machine/include/k3.inc
index a34b67ff..3b59645b 100644
--- a/meta-ti-bsp/conf/machine/include/k3.inc
+++ b/meta-ti-bsp/conf/machine/include/k3.inc
@@ -48,5 +48,3 @@ MACHINE_FEATURES += "efi"
48WKS_FILE ?= "sdimage-2part-efi.wks" 48WKS_FILE ?= "sdimage-2part-efi.wks"
49do_image_wic[depends] += "virtual/bootloader:do_deploy" 49do_image_wic[depends] += "virtual/bootloader:do_deploy"
50do_image_wic[mcdepends] += "mc::k3r5:ti-sci-fw:do_deploy" 50do_image_wic[mcdepends] += "mc::k3r5:ti-sci-fw:do_deploy"
51
52TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_K3}"
diff --git a/meta-ti-bsp/conf/machine/include/k3r5.inc b/meta-ti-bsp/conf/machine/include/k3r5.inc
index 880ec3a6..3b482426 100644
--- a/meta-ti-bsp/conf/machine/include/k3r5.inc
+++ b/meta-ti-bsp/conf/machine/include/k3r5.inc
@@ -23,5 +23,3 @@ UBOOT_SYMLINK = "u-boot-r5spl.${UBOOT_SUFFIX}"
23 23
24PACKAGECONFIG:pn-u-boot-ti-staging = "" 24PACKAGECONFIG:pn-u-boot-ti-staging = ""
25PACKAGECONFIG:pn-u-boot-ti-mainline = "" 25PACKAGECONFIG:pn-u-boot-ti-mainline = ""
26
27TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_K3}"