Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: Netlogic: Style fixes for Platform

- Use platform- variable for xlr
- Load address common for all netlogic chips

Signed-off-by: Jayachandran C <jayachandranc@netlogicmicro.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2961/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Jayachandran C and committed by
Ralf Baechle
faabeb9e f32671a8

+5 -5
+5 -5
arch/mips/netlogic/Platform
··· 1 1 # 2 2 # NETLOGIC includes 3 3 # 4 - cflags-$(CONFIG_NLM_COMMON) += -I$(srctree)/arch/mips/include/asm/mach-netlogic 5 - cflags-$(CONFIG_NLM_COMMON) += -I$(srctree)/arch/mips/include/asm/netlogic 4 + cflags-$(CONFIG_NLM_COMMON) += -I$(srctree)/arch/mips/include/asm/mach-netlogic 5 + cflags-$(CONFIG_NLM_COMMON) += -I$(srctree)/arch/mips/include/asm/netlogic 6 6 7 7 # 8 8 # use mips64 if xlr is not available ··· 10 10 cflags-$(CONFIG_NLM_XLR) += $(call cc-option,-march=xlr,-march=mips64) 11 11 12 12 # 13 - # NETLOGIC XLR/XLS SoC, Simulator and boards 13 + # NETLOGIC processor support 14 14 # 15 - core-$(CONFIG_NLM_XLR) += arch/mips/netlogic/xlr/ 16 - load-$(CONFIG_NLM_XLR_BOARD) += 0xffffffff80100000 15 + platform-$(CONFIG_NLM_XLR) += netlogic/xlr 16 + load-$(CONFIG_NLM_COMMON) += 0xffffffff80100000