u-boot: Remove soft-float compile flag

Change-Id: I7bcbea518c3a92fb801fa05d6adc008a15747e5b
Signed-off-by: Naresh Kumar Mehta <naresh@codeaurora.org>
This commit is contained in:
Naresh Kumar Mehta 2019-09-09 10:45:02 +05:30
parent 5f8ed3222a
commit 5edb59ceb2

View file

@ -16,7 +16,7 @@ endif
LDFLAGS_FINAL += --gc-sections
PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections \
-fno-common -ffixed-r9
PLATFORM_RELFLAGS += $(call cc-option, -msoft-float) \
PLATFORM_RELFLAGS += \
$(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))
PLATFORM_CPPFLAGS += -D__ARM__