Merge "fix(qemu-sbsa): enable FGT" into integration

This commit is contained in:
Bipin Ravi 2023-05-09 19:04:34 +02:00 committed by TrustedFirmware Code Review
commit dc53b9b385

View file

@ -139,3 +139,6 @@ $(eval $(call add_define,ARM_PRELOADED_DTB_BASE))
# Later QEMU versions support SME and SVE.
ENABLE_SVE_FOR_NS := 2
ENABLE_SME_FOR_NS := 2
# QEMU 7.2+ has support for FGT and Linux needs it enabled to boot on max
ENABLE_FEAT_FGT := 2