Ver Fonte

ramips: allow to use DSP ASE on RT3xxx

SVN-Revision: 30879
Gabor Juhos há 14 anos atrás
pai
commit
4e15457e0e

+ 1 - 1
target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x/cpu-feature-overrides.h

@@ -42,7 +42,7 @@
 #define cpu_has_mips64r1	0
 #define cpu_has_mips64r2	0
 
-#define cpu_has_dsp		0
+#define cpu_has_dsp		1
 #define cpu_has_mipsmt		0
 
 #define cpu_has_64bits		0

+ 1 - 1
target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt3883/cpu-feature-overrides.h

@@ -41,7 +41,7 @@
 #define cpu_has_mips64r1	0
 #define cpu_has_mips64r2	0
 
-#define cpu_has_dsp		0
+#define cpu_has_dsp		1
 #define cpu_has_mipsmt		0
 
 #define cpu_has_64bits		0