summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/include/imx-base.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index daf2ce39..17d3f771 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -617,7 +617,8 @@ WIC_CREATE_EXTRA_ARGS ?= "--no-fstab-update"
617 617
618OPTEE_BIN_EXT ??= "" 618OPTEE_BIN_EXT ??= ""
619OPTEE_BOOT_IMAGE = "tee.bin uTee-${OPTEE_BIN_EXT}" 619OPTEE_BOOT_IMAGE = "tee.bin uTee-${OPTEE_BIN_EXT}"
620OPTEE_BOOT_IMAGE:aarch64 = "tee.bin" 620OPTEE_BOOT_IMAGE:mx8-generic-bsp = "tee.bin"
621OPTEE_BOOT_IMAGE:mx9-generic-bsp = "tee.bin"
621 622
622IMAGE_FSTYPES ?= "${SOC_DEFAULT_IMAGE_FSTYPES}" 623IMAGE_FSTYPES ?= "${SOC_DEFAULT_IMAGE_FSTYPES}"
623 624