ccimx93: add TRUSTFENCE_SIGN_MODE to machine configuration

This is needed to build the "nativesdk-trustfence-cst" package.

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2022-12-23 11:27:07 +01:00
parent 345306b94c
commit 99cdcae9bb
1 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,9 @@ SPL_BINARY = "spl/u-boot-spl.bin"
# Set ATF platform name
ATF_PLATFORM = "imx93"
# TrustFence
TRUSTFENCE_SIGN_MODE = "AHAB"
IMXBOOT_TARGETS = "flash_singleboot"
IMX_BOOT_SOC_TARGET = "iMX9"