diff mbox series

optee-os: do not explicitly set CFG_MAP_EXT_DT_SECURE=y

Message ID 20230613181723.1711212-1-denis@denix.org
State New
Headers show
Series optee-os: do not explicitly set CFG_MAP_EXT_DT_SECURE=y | expand

Commit Message

Denys Dmytriyenko June 13, 2023, 6:17 p.m. UTC
CFG_MAP_EXT_DT_SECURE=y should be set per platform, as it requires CFG_DT=y
to also be set, which is not the case for all the platforms out there using
optee-os. Moreover CFG_MAP_EXT_DT_SECURE is already being set conditionally
in optee-os-ts.

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
---
 meta-arm/recipes-security/optee/optee-os_3.20.0.bb | 1 -
 1 file changed, 1 deletion(-)

Comments

Jon Mason June 14, 2023, 1:08 p.m. UTC | #1
On Tue, 13 Jun 2023 18:17:23 +0000, Denys Dmytriyenko wrote:
> CFG_MAP_EXT_DT_SECURE=y should be set per platform, as it requires CFG_DT=y
> to also be set, which is not the case for all the platforms out there using
> optee-os. Moreover CFG_MAP_EXT_DT_SECURE is already being set conditionally
> in optee-os-ts.

Applied, thanks!

[1/1] optee-os: do not explicitly set CFG_MAP_EXT_DT_SECURE=y
      commit: 0943562aa045d80fe9b613d91db1e6b874bb6944

Best regards,
diff mbox series

Patch

diff --git a/meta-arm/recipes-security/optee/optee-os_3.20.0.bb b/meta-arm/recipes-security/optee/optee-os_3.20.0.bb
index 2d4d6d6d..2fdfbb5a 100644
--- a/meta-arm/recipes-security/optee/optee-os_3.20.0.bb
+++ b/meta-arm/recipes-security/optee/optee-os_3.20.0.bb
@@ -12,4 +12,3 @@  SRC_URI:append = " \
     file://0007-core-spmc-handle-non-secure-interrupts.patch \
     file://0008-core-spmc-configure-SP-s-NS-interrupt-action-based-o.patch \
    "
-EXTRA_OEMAKE += " CFG_MAP_EXT_DT_SECURE=y"