mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 13:11:45 +00:00
de3eb02a53
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/
29 lines
680 B
Plaintext
29 lines
680 B
Plaintext
#
|
|
# Ralink SoC common stuff
|
|
#
|
|
core-$(CONFIG_RALINK) += arch/mips/ralink/
|
|
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
|
|
#
|
|
load-$(CONFIG_SOC_MT7620) += 0xffffffff80000000
|