diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-04-10 03:19:07 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-05-07 19:19:10 -0400 |
commit | de3eb02a53abc2139d9f5b8c37d8c54f821b228d (patch) | |
tree | d8e411893ab72190c5bbe758c3dcc99baad57b7b /arch/mips/ralink | |
parent | 594bde683d36c3e950da3633ef4bd95328fcd5cc (diff) |
MIPS: ralink: add cpu-feature-overrides.h
Add cpu-feature-overrides.h for RT288x, RT305x and RT3883.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Signed-off-by: John Crispin <blogic@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/5175/
Diffstat (limited to 'arch/mips/ralink')
-rw-r--r-- | arch/mips/ralink/Platform | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/ralink/Platform b/arch/mips/ralink/Platform index b2cbf16faca9..cda4b6645c50 100644 --- a/arch/mips/ralink/Platform +++ b/arch/mips/ralink/Platform | |||
@@ -8,16 +8,19 @@ cflags-$(CONFIG_RALINK) += -I$(srctree)/arch/mips/include/asm/mach-ralink | |||
8 | # Ralink RT288x | 8 | # Ralink RT288x |
9 | # | 9 | # |
10 | load-$(CONFIG_SOC_RT288X) += 0xffffffff88000000 | 10 | load-$(CONFIG_SOC_RT288X) += 0xffffffff88000000 |
11 | cflags-$(CONFIG_SOC_RT288X) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt288x | ||
11 | 12 | ||
12 | # | 13 | # |
13 | # Ralink RT305x | 14 | # Ralink RT305x |
14 | # | 15 | # |
15 | load-$(CONFIG_SOC_RT305X) += 0xffffffff80000000 | 16 | load-$(CONFIG_SOC_RT305X) += 0xffffffff80000000 |
17 | cflags-$(CONFIG_SOC_RT305X) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt305x | ||
16 | 18 | ||
17 | # | 19 | # |
18 | # Ralink RT3883 | 20 | # Ralink RT3883 |
19 | # | 21 | # |
20 | load-$(CONFIG_SOC_RT3883) += 0xffffffff80000000 | 22 | load-$(CONFIG_SOC_RT3883) += 0xffffffff80000000 |
23 | cflags-$(CONFIG_SOC_RT3883) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt3883 | ||
21 | 24 | ||
22 | # | 25 | # |
23 | # Ralink MT7620 | 26 | # Ralink MT7620 |