summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-05-17 11:12:44 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2022-06-16 16:53:22 -0300
commit78a38a70f7cecb8b031ac254ab7093e0e0af553f (patch)
tree8a71b4834e98c0ec374e9f890290687a75f501c0
parent3b4476edb9784078ab598f25537735bada18a2d7 (diff)
downloadmeta-freescale-78a38a70f7cecb8b031ac254ab7093e0e0af553f.tar.gz
optee-os: Simplify OPTEE_ARCH assignment for 32-bit
For 32-bit ARM the OPTEE_ARCH assignment using the armv7a override is redundant to the default assignment. Replace both with a single assignment using the arm override. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit f7dae734e2e9c2aef17d3b0329bdf4e65b215786)
-rw-r--r--recipes-security/optee-imx/optee-os_3.15.0.imx.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-security/optee-imx/optee-os_3.15.0.imx.bb b/recipes-security/optee-imx/optee-os_3.15.0.imx.bb
index 15244c45..6d10b93d 100644
--- a/recipes-security/optee-imx/optee-os_3.15.0.imx.bb
+++ b/recipes-security/optee-imx/optee-os_3.15.0.imx.bb
@@ -40,8 +40,7 @@ PLATFORM_FLAVOR:mx8dx-nxp-bsp = "mx8dxmek"
40PLATFORM_FLAVOR:mx8dxl-nxp-bsp = "mx8dxlevk" 40PLATFORM_FLAVOR:mx8dxl-nxp-bsp = "mx8dxlevk"
41PLATFORM_FLAVOR:mx8ulp-nxp-bsp = "mx8ulpevk" 41PLATFORM_FLAVOR:mx8ulp-nxp-bsp = "mx8ulpevk"
42 42
43OPTEE_ARCH ?= "arm32" 43OPTEE_ARCH:arm = "arm32"
44OPTEE_ARCH:armv7a = "arm32"
45OPTEE_ARCH:aarch64 = "arm64" 44OPTEE_ARCH:aarch64 = "arm64"
46 45
47# Optee-os can be built for 32 bits and 64 bits at the same time 46# Optee-os can be built for 32 bits and 64 bits at the same time