diff --git a/meta-arm-bsp/conf/machine/corstone1000-mps3.conf b/meta-arm-bsp/conf/machine/corstone1000-mps3.conf index 88d01b09..cefe184b 100644 --- a/meta-arm-bsp/conf/machine/corstone1000-mps3.conf +++ b/meta-arm-bsp/conf/machine/corstone1000-mps3.conf @@ -9,3 +9,6 @@ TFA_TARGET_PLATFORM = "fpga" PLATFORM_IS_FVP = "FALSE" TS_PLATFORM = "arm/corstone1000-mps3" + +# Unlike the FVP, MPS3 supports CoreSight +MACHINE_FEATURES += "coresight"