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:
parent
345306b94c
commit
99cdcae9bb
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue