On 31/01/13 13:56, Florian Fainelli wrote:
Hello John,
On 01/31/2013 12:59 PM, John Crispin wrote:
[snip]
config MIPS_L1_CACHE_SHIFT
int
- default "4" if MACH_DECSTATION || MIKROTIK_RB532 ||
PMC_MSP4200_EVAL
+ default "4" if MACH_DECSTATION || MIKROTIK_RB532 ||
PMC_MSP4200_EVAL || RALINK_RT288X
I got slightly confused here because this is actually ok,
RALINK_RT288X should have MIPS_L1_CACHE_SHIFT=4, but rt305x and rt3883
have MIPS_L1_CACHE_SHIFT=5. So I would drop this hunk until you add
support for rt288x.
--
Florian
yes i forgot that bit
John