Merge "fix(rdv3): correctly handle FP regs context saving" into integration

This commit is contained in:
Manish V Badarkhe 2025-03-21 10:13:57 +01:00 committed by TrustedFirmware Code Review
commit 3c198a97ad

View file

@ -178,5 +178,6 @@ override CTX_INCLUDE_SVE_REGS := 1
ifeq (${SPD},spmd)
ifeq (${SPMD_SPM_AT_SEL2},1)
override CTX_INCLUDE_SVE_REGS := 0
override CTX_INCLUDE_FPREGS := 0
endif
endif