Selaa lähdekoodia

lantiq: switch from 34k to 24k

GCC treats 24kc and 34kc exactly the same and will generate identical
code, so there is no need to tune to 34kc instead of 24kc.

Signed-off-by: Jonas Gorski <[email protected]>
Jonas Gorski 9 vuotta sitten
vanhempi
sitoutus
46b88b56bf

+ 1 - 1
target/linux/lantiq/xrx200/target.mk

@@ -2,7 +2,7 @@ ARCH:=mips
 SUBTARGET:=xrx200
 BOARDNAME:=XRX200
 FEATURES:=squashfs atm mips16 nand ubifs
-CPU_TYPE:=34kc
+CPU_TYPE:=24kc
 
 DEFAULT_PACKAGES+=kmod-leds-gpio \
 	kmod-gpio-button-hotplug \

+ 1 - 1
target/linux/lantiq/xway/target.mk

@@ -2,7 +2,7 @@ ARCH:=mips
 SUBTARGET:=xway
 BOARDNAME:=XWAY
 FEATURES:=squashfs atm mips16 nand ubifs ramdisk
-CPU_TYPE:=34kc
+CPU_TYPE:=24kc
 
 DEFAULT_PACKAGES+=kmod-leds-gpio kmod-gpio-button-hotplug
 

+ 1 - 1
target/linux/lantiq/xway_legacy/target.mk

@@ -2,7 +2,7 @@ ARCH:=mips
 SUBTARGET:=xway_legacy
 BOARDNAME:=XWAY Legacy
 FEATURES:=squashfs atm mips16 ramdisk small_flash
-CPU_TYPE:=34kc
+CPU_TYPE:=24kc
 
 DEFAULT_PACKAGES+=kmod-leds-gpio kmod-gpio-button-hotplug