Browse Source

bcm53xx: this ARM SoC does not have a FPU, use soft float.

model name      : ARMv7 Processor rev 0 (v7l)
Features        : swp half thumb fastmult edsp tls

Signed-off-by: Hauke Mehrtens <[email protected]>

SVN-Revision: 38796
Hauke Mehrtens 12 years ago
parent
commit
a3752801df
2 changed files with 2 additions and 1 deletions
  1. 1 0
      include/target.mk
  2. 1 1
      target/linux/bcm53xx/Makefile

+ 1 - 0
include/target.mk

@@ -230,6 +230,7 @@ ifeq ($(DUMP),1)
     CPU_CFLAGS_xscale = -march=armv5te -mtune=xscale
     CPU_CFLAGS_vfp = -mfpu=vfp -mfloat-abi=softfp
     CPU_CFLAGS_vfpv3 = -mfpu=vfpv3-d16 -mfloat-abi=softfp
+    CPU_CFLAGS_soft = -mfloat-abi=softfp
   endif
   ifeq ($(ARCH),powerpc)
     CPU_CFLAGS_603e:=-mcpu=603e

+ 1 - 1
target/linux/bcm53xx/Makefile

@@ -12,7 +12,7 @@ BOARDNAME:=Broadcom BCM47xx/53xx with ARM CPU
 FEATURES:=squashfs usb pci pcie gpio
 MAINTAINER:=Hauke Mehrtens <[email protected]>
 CPU_TYPE:=cortex-a9
-CPU_SUBTYPE:=vfp
+CPU_SUBTYPE:=soft
 
 LINUX_VERSION:=3.10.18