summaryrefslogtreecommitdiffstats
path: root/recipes-security
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-05-17 11:12:44 -0500
committerTom Hochstein <tom.hochstein@nxp.com>2022-05-17 11:42:25 -0500
commitf7dae734e2e9c2aef17d3b0329bdf4e65b215786 (patch)
tree08e0370375014abac01f37cf8752e14c62212e42 /recipes-security
parent39fa63826611716f7496ecc15736f2489a113b31 (diff)
downloadmeta-freescale-f7dae734e2e9c2aef17d3b0329bdf4e65b215786.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>
Diffstat (limited to 'recipes-security')
-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