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}"