summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/imx-base.inc
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2021-08-21 19:37:45 -0500
committerTom Hochstein <tom.hochstein@nxp.com>2021-08-21 19:37:45 -0500
commit0407a9ecbaedd8aae6be96225632dbe534840e44 (patch)
treeb0f191bd65b526c5c77b3916b352a7d193312b5d /conf/machine/include/imx-base.inc
parent44b50b896bc66a9ec3cac46131234c98fdee342b (diff)
downloadmeta-freescale-0407a9ecbaedd8aae6be96225632dbe534840e44.tar.gz
imx-base.inc: Fix optee boot images
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>
Diffstat (limited to 'conf/machine/include/imx-base.inc')
-rw-r--r--conf/machine/include/imx-base.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index 094b17db..e8605749 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -406,8 +406,8 @@ SOC_DEFAULT_IMAGE_FSTYPES:mxs = "uboot-mxsboot-sdcard wic.bmap wic.gz"
406# Do not update fstab file when using wic images 406# Do not update fstab file when using wic images
407WIC_CREATE_EXTRA_ARGS ?= "--no-fstab-update" 407WIC_CREATE_EXTRA_ARGS ?= "--no-fstab-update"
408 408
409OPTEE_BOOT_IMAGE = "uTee" 409OPTEE_BOOT_IMAGE = "tee.bin uTee-${OPTEE_BIN_EXT}"
410OPTEE_BOOT_IMAGE:aarch64 = "" 410OPTEE_BOOT_IMAGE:aarch64 = "tee.bin"
411 411
412IMAGE_FSTYPES ?= "${SOC_DEFAULT_IMAGE_FSTYPES}" 412IMAGE_FSTYPES ?= "${SOC_DEFAULT_IMAGE_FSTYPES}"
413 413