diff options
| author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-05-17 11:12:44 -0500 |
|---|---|---|
| committer | Tom Hochstein <tom.hochstein@nxp.com> | 2022-05-17 11:42:25 -0500 |
| commit | f7dae734e2e9c2aef17d3b0329bdf4e65b215786 (patch) | |
| tree | 08e0370375014abac01f37cf8752e14c62212e42 | |
| parent | 39fa63826611716f7496ecc15736f2489a113b31 (diff) | |
| download | meta-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>
| -rw-r--r-- | recipes-security/optee-imx/optee-os_3.15.0.imx.bb | 3 |
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 15244c451..6d10b93da 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" | |||
| 40 | PLATFORM_FLAVOR:mx8dxl-nxp-bsp = "mx8dxlevk" | 40 | PLATFORM_FLAVOR:mx8dxl-nxp-bsp = "mx8dxlevk" |
| 41 | PLATFORM_FLAVOR:mx8ulp-nxp-bsp = "mx8ulpevk" | 41 | PLATFORM_FLAVOR:mx8ulp-nxp-bsp = "mx8ulpevk" |
| 42 | 42 | ||
| 43 | OPTEE_ARCH ?= "arm32" | 43 | OPTEE_ARCH:arm = "arm32" |
| 44 | OPTEE_ARCH:armv7a = "arm32" | ||
| 45 | OPTEE_ARCH:aarch64 = "arm64" | 44 | OPTEE_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 |
