diff options
author | Andrew Davis <afd@ti.com> | 2022-08-04 21:49:34 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-08-06 19:04:37 -0500 |
commit | b572721c6d6d584e9b9560c881c1e46ae49b14ef (patch) | |
tree | 03fd3ab0a7195fbf06fb71d08415a766cee34c11 /conf/machine/am65xx-hs-evm-k3r5.conf | |
parent | df8a8bc551064d93afe5d27d79d9774e541128f6 (diff) | |
download | meta-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.conf | 2 |
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}" | |||
16 | UBOOT_SYMLINK = "tiboot3-${MAINMACHINE}.${UBOOT_SUFFIX}" | 16 | UBOOT_SYMLINK = "tiboot3-${MAINMACHINE}.${UBOOT_SUFFIX}" |
17 | 17 | ||
18 | UBOOT_MACHINE = "am65x_hs_evm_r5_defconfig" | 18 | UBOOT_MACHINE = "am65x_hs_evm_r5_defconfig" |
19 | |||
20 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_K3}" | ||