1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-05 14:30:10 +00:00

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 <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2021-11-11 16:16:59 +00:00
committed by Jon Mason
parent 3d62efc282
commit 91233ff996
@@ -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}"