diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-04-10 09:19:07 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-05-08 01:19:10 +0200 |
commit | de3eb02a53abc2139d9f5b8c37d8c54f821b228d (patch) | |
tree | d8e411893ab72190c5bbe758c3dcc99baad57b7b /arch/mips/ralink/Platform | |
parent | 594bde683d36c3e950da3633ef4bd95328fcd5cc (diff) | |
download | blackbird-obmc-linux-de3eb02a53abc2139d9f5b8c37d8c54f821b228d.tar.gz blackbird-obmc-linux-de3eb02a53abc2139d9f5b8c37d8c54f821b228d.zip |
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/Platform')
-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 # Ralink RT288x # load-$(CONFIG_SOC_RT288X) += 0xffffffff88000000 +cflags-$(CONFIG_SOC_RT288X) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt288x # # Ralink RT305x # load-$(CONFIG_SOC_RT305X) += 0xffffffff80000000 +cflags-$(CONFIG_SOC_RT305X) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt305x # # Ralink RT3883 # load-$(CONFIG_SOC_RT3883) += 0xffffffff80000000 +cflags-$(CONFIG_SOC_RT3883) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt3883 # # Ralink MT7620 |