From a3752801df56b52c223980e51e9a5bd0ab1c3246 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Wed, 13 Nov 2013 22:26:08 +0000 Subject: 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 SVN-Revision: 38796 --- target/linux/bcm53xx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/bcm53xx') diff --git a/target/linux/bcm53xx/Makefile b/target/linux/bcm53xx/Makefile index 69ca530..e13876e 100644 --- a/target/linux/bcm53xx/Makefile +++ b/target/linux/bcm53xx/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=Broadcom BCM47xx/53xx with ARM CPU FEATURES:=squashfs usb pci pcie gpio MAINTAINER:=Hauke Mehrtens CPU_TYPE:=cortex-a9 -CPU_SUBTYPE:=vfp +CPU_SUBTYPE:=soft LINUX_VERSION:=3.10.18 -- cgit v1.1