mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-20 11:34:20 +00:00
Merge "fix(qemu-sbsa): enable FGT" into integration
This commit is contained in:
commit
dc53b9b385
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue