]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-base.inc: Fix optee boot images
authorTom Hochstein <tom.hochstein@nxp.com>
Sun, 22 Aug 2021 00:37:45 +0000 (19:37 -0500)
committerTom Hochstein <tom.hochstein@nxp.com>
Sun, 22 Aug 2021 00:37:45 +0000 (19:37 -0500)
For optee support tee.bin is needed in the image.

The optee image uTee is renamed with an SOC qualifier.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
conf/machine/include/imx-base.inc

index 094b17db4c080108055ce25d7460aec1a7f64b9a..e860574974b02dd167aec7f557734451d3357cf2 100644 (file)
@@ -406,8 +406,8 @@ SOC_DEFAULT_IMAGE_FSTYPES:mxs = "uboot-mxsboot-sdcard wic.bmap wic.gz"
 # Do not update fstab file when using wic images
 WIC_CREATE_EXTRA_ARGS ?= "--no-fstab-update"
 
-OPTEE_BOOT_IMAGE         = "uTee"
-OPTEE_BOOT_IMAGE:aarch64 = ""
+OPTEE_BOOT_IMAGE         = "tee.bin uTee-${OPTEE_BIN_EXT}"
+OPTEE_BOOT_IMAGE:aarch64 = "tee.bin"
 
 IMAGE_FSTYPES ?= "${SOC_DEFAULT_IMAGE_FSTYPES}"