diff options
| author | Andrew Davis <afd@ti.com> | 2023-02-15 13:33:47 -0600 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2023-03-01 09:24:28 -0600 |
| commit | 5349ee1debd433e7cfbe9a739e8c47ce63c6fdd8 (patch) | |
| tree | c9be815d4c9b123117de8aa3f83548a3ee5f2b42 /meta-ti-bsp/conf/machine/am335x-hs-evm.conf | |
| parent | c5483cceca26caaa85ebee16f0017ff34a8d1bfb (diff) | |
| download | meta-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/am335x-hs-evm.conf')
| -rw-r--r-- | meta-ti-bsp/conf/machine/am335x-hs-evm.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-ti-bsp/conf/machine/am335x-hs-evm.conf b/meta-ti-bsp/conf/machine/am335x-hs-evm.conf index 670a584c..ca102961 100644 --- a/meta-ti-bsp/conf/machine/am335x-hs-evm.conf +++ b/meta-ti-bsp/conf/machine/am335x-hs-evm.conf | |||
| @@ -15,8 +15,6 @@ UBOOT_LOADADDRESS = "0x82000000" | |||
| 15 | UBOOT_RD_LOADADDRESS = "0x84000000" | 15 | UBOOT_RD_LOADADDRESS = "0x84000000" |
| 16 | UBOOT_RD_ENTRYPOINT = "0x84000000" | 16 | UBOOT_RD_ENTRYPOINT = "0x84000000" |
| 17 | 17 | ||
| 18 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_CAT}/am3x" | ||
| 19 | |||
| 20 | # FIT image for legacy secure devices | 18 | # FIT image for legacy secure devices |
| 21 | KERNEL_CLASSES += " kernel-fitimage-legacyhs" | 19 | KERNEL_CLASSES += " kernel-fitimage-legacyhs" |
| 22 | KERNEL_IMAGETYPES += " fitImage" | 20 | KERNEL_IMAGETYPES += " fitImage" |
