fixup! Fix clang 19 issues

This commit is contained in:
David Wronek 2024-12-27 09:46:48 +01:00
parent 45c35ddaed
commit 44895bd4b4
2 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,7 @@ CONFIG_SEC_CRASHKEY_LONG=m
CONFIG_SEC_DEBUG_REGION=m
CONFIG_SEC_RDX_BOOTDEV=m
CONFIG_SEC_ARM64_AP_CONTEXT=m
CONFIG_SEC_ARM64_FSIMD_DEBUG=n
CONFIG_SEC_ARM64_FSIMD_DEBUG=m
CONFIG_SEC_ARM64_DEBUG=m
CONFIG_SEC_QC_DEBUG=m
CONFIG_SEC_QC_RBCMD=m

View File

@ -1 +1,2 @@
obj-$(CONFIG_SEC_ARM64_FSIMD_DEBUG) += sec_arm64_fsimd_debug.o
CFLAGS_REMOVE_sec_arm64_fsimd_debug.o += -mgeneral-regs-only