[Concept,18/22] Revert "ARM: Prevent the compiler from using NEON registers"

Message ID 20250925174753.3429102-19-sjg@u-boot.org
State New
Headers
Series efi: Tidy up some commands and provide a keyboard driver |

Commit Message

Simon Glass Sept. 25, 2025, 5:47 p.m. UTC
  From: Simon Glass <sjg@chromium.org>

The current compiler is gcc-13 which presumably has fixed this bug.
Revert the work-around so we can enable Truetype which needs floating
point.

This reverts commit f43312c974eaeb7301cb2638aa4ab05ed7ca4c44.
---

 arch/arm/config.mk | 1 -
 1 file changed, 1 deletion(-)
  

Patch

diff --git a/arch/arm/config.mk b/arch/arm/config.mk
index 8a0167c165d..38c49c877c4 100644
--- a/arch/arm/config.mk
+++ b/arch/arm/config.mk
@@ -23,7 +23,6 @@  endif
 
 PLATFORM_RELFLAGS += -fno-common $(FIXED_REG)
 PLATFORM_RELFLAGS += $(call cc-option, -msoft-float) \
-		     $(call cc-option,-mgeneral-regs-only) \
       $(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))
 
 # LLVM support