From 91233ff99694d3eda1ee8fa0418138195abc089c Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 11 Nov 2021 16:16:59 +0000 Subject: [PATCH] arm-bsp/trusted-firmware-m: remove INSANE_SKIP in corstone1000 The build is successful without this, so presumably it's obsolete. Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- .../trusted-firmware-m/trusted-firmware-m-corstone1000.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-arm-bsp/recipes-bsp/trusted-firmware-m/trusted-firmware-m-corstone1000.inc b/meta-arm-bsp/recipes-bsp/trusted-firmware-m/trusted-firmware-m-corstone1000.inc index 530968c3..9114905b 100644 --- a/meta-arm-bsp/recipes-bsp/trusted-firmware-m/trusted-firmware-m-corstone1000.inc +++ b/meta-arm-bsp/recipes-bsp/trusted-firmware-m/trusted-firmware-m-corstone1000.inc @@ -4,9 +4,7 @@ COMPATIBLE_MACHINE = "(corstone1000)" TFM_DEBUG = "1" -INSANE_SKIP:${PN} = "arch" - -## Default is the FVP ## +# Default is the FVP TFM_PLATFORM_IS_FVP ?= "TRUE" EXTRA_OECMAKE += "-DPLATFORM_IS_FVP=${TFM_PLATFORM_IS_FVP}"