diff options
Diffstat (limited to 'meta-ti-bsp/conf/machine/am335x-hs-evm.conf')
-rw-r--r-- | meta-ti-bsp/conf/machine/am335x-hs-evm.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/am335x-hs-evm.conf b/meta-ti-bsp/conf/machine/am335x-hs-evm.conf index 7caa5bfd..670a584c 100644 --- a/meta-ti-bsp/conf/machine/am335x-hs-evm.conf +++ b/meta-ti-bsp/conf/machine/am335x-hs-evm.conf | |||
@@ -16,3 +16,13 @@ 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" | 18 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_CAT}/am3x" |
19 | |||
20 | # FIT image for legacy secure devices | ||
21 | KERNEL_CLASSES += " kernel-fitimage-legacyhs" | ||
22 | KERNEL_IMAGETYPES += " fitImage" | ||
23 | |||
24 | # FIT image settings | ||
25 | FITIMAGE_HASH_ALGO = "" | ||
26 | FITIMAGE_DTB_BY_NAME = "1" | ||
27 | FITIMAGE_TEE_BY_NAME = "1" | ||
28 | FITIMAGE_CONF_BY_NAME = "1" | ||