Commit faabeb9e authored by Jayachandran C's avatar Jayachandran C Committed by Ralf Baechle

MIPS: Netlogic: Style fixes for Platform

- Use platform- variable for xlr
- Load address common for all netlogic chips
Signed-off-by: default avatarJayachandran C <jayachandranc@netlogicmicro.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2961/Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent f32671a8
# #
# NETLOGIC includes # NETLOGIC includes
# #
cflags-$(CONFIG_NLM_COMMON) += -I$(srctree)/arch/mips/include/asm/mach-netlogic cflags-$(CONFIG_NLM_COMMON) += -I$(srctree)/arch/mips/include/asm/mach-netlogic
cflags-$(CONFIG_NLM_COMMON) += -I$(srctree)/arch/mips/include/asm/netlogic cflags-$(CONFIG_NLM_COMMON) += -I$(srctree)/arch/mips/include/asm/netlogic
# #
# use mips64 if xlr is not available # use mips64 if xlr is not available
...@@ -10,7 +10,7 @@ cflags-$(CONFIG_NLM_COMMON) += -I$(srctree)/arch/mips/include/asm/netlogic ...@@ -10,7 +10,7 @@ cflags-$(CONFIG_NLM_COMMON) += -I$(srctree)/arch/mips/include/asm/netlogic
cflags-$(CONFIG_NLM_XLR) += $(call cc-option,-march=xlr,-march=mips64) cflags-$(CONFIG_NLM_XLR) += $(call cc-option,-march=xlr,-march=mips64)
# #
# NETLOGIC XLR/XLS SoC, Simulator and boards # NETLOGIC processor support
# #
core-$(CONFIG_NLM_XLR) += arch/mips/netlogic/xlr/ platform-$(CONFIG_NLM_XLR) += netlogic/xlr
load-$(CONFIG_NLM_XLR_BOARD) += 0xffffffff80100000 load-$(CONFIG_NLM_COMMON) += 0xffffffff80100000
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment