diff options
author | Andrew Davis <afd@ti.com> | 2022-11-04 22:46:09 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-11-10 08:21:37 -0600 |
commit | b22bef83ca3bceef4db42fdbbae4663d0c22ae44 (patch) | |
tree | b6d6239557ff3e5ec68158cb9fd2ce9f6a596be7 /meta-ti-bsp/conf/machine/j721s2-hs-evm.conf | |
parent | 2817e00aa2e4d3d7924a230bf4aaae0b51d653dc (diff) | |
download | meta-ti-b22bef83ca3bceef4db42fdbbae4663d0c22ae44.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.conf | 2 |
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" | |||
17 | SPL_BINARY = "tispl.bin_HS" | 17 | SPL_BINARY = "tispl.bin_HS" |
18 | UBOOT_BINARY = "u-boot.img_HS" | 18 | UBOOT_BINARY = "u-boot.img_HS" |
19 | UBOOT_SYMLINK = "u-boot.img" | 19 | UBOOT_SYMLINK = "u-boot.img" |
20 | |||
21 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_K3}" | ||