From ed7c73fbefe240a6e3bcee4ebcbbe333f718b762 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sat, 7 Jun 2014 17:36:02 +0000 Subject: brcm47xx: activate some compiler optimizations for 74K CPUs With this patch the mips74k subtarget will be compiled with optimized compiler options to generated smaller and faster code. This currently breaks broadcom-wl, because the binary blob is only compiled with mipsr1 support. Signed-off-by: Hauke Mehrtens SVN-Revision: 41050 --- target/linux/brcm47xx/mips74k/target.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/brcm47xx/mips74k') diff --git a/target/linux/brcm47xx/mips74k/target.mk b/target/linux/brcm47xx/mips74k/target.mk index ab7af28b67..ccefa21e05 100644 --- a/target/linux/brcm47xx/mips74k/target.mk +++ b/target/linux/brcm47xx/mips74k/target.mk @@ -1,4 +1,7 @@ BOARDNAME:=MIPS 74K +CPU_TYPE:=74kc +CPU_SUBTYPE:=dsp2 +FEATURES+=mips16 define Target/Description Build firmware for Broadcom BCM47xx and BCM53xx devices with -- cgit v1.2.3