From 0943562aa045d80fe9b613d91db1e6b874bb6944 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 13 Jun 2023 18:17:23 +0000 Subject: [PATCH] optee-os: do not explicitly set CFG_MAP_EXT_DT_SECURE=y 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 Signed-off-by: Denys Dmytriyenko Signed-off-by: Jon Mason --- meta-arm/recipes-security/optee/optee-os_3.20.0.bb | 1 - 1 file changed, 1 deletion(-) 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"