From da53aec0e4f894b40c25421b6d810fe779fc3c11 Mon Sep 17 00:00:00 2001 From: Balaji Prakash J Date: Tue, 26 May 2020 13:48:08 +0530 Subject: [PATCH] Revert "u-boot: Remove soft-float compile flag" This reverts commit 5edb59ceb2602677ceb15e8428b29e574010ecf7. Signed-off-by: Balaji Prakash J Change-Id: Ib544d1301ad8cd15d6ecc73318e77e04b79fec7d --- arch/arm/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/config.mk b/arch/arm/config.mk index 08a786e815..0550225581 100644 --- a/arch/arm/config.mk +++ b/arch/arm/config.mk @@ -16,7 +16,7 @@ endif LDFLAGS_FINAL += --gc-sections PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections \ -fno-common -ffixed-r9 -PLATFORM_RELFLAGS += \ +PLATFORM_RELFLAGS += $(call cc-option, -msoft-float) \ $(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,)) PLATFORM_CPPFLAGS += -D__ARM__