diff options
author | Jayachandran C <jayachandranc@netlogicmicro.com> | 2011-11-11 06:37:24 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-12-07 17:04:55 -0500 |
commit | faabeb9e57d665154fbc423e6e02bc16d6384d8e (patch) | |
tree | 3f1018f646f027de70cf374f599728a759886f5e /arch/mips/netlogic | |
parent | f32671a867523e830887983891d99d3ac4842ccf (diff) |
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>
Diffstat (limited to 'arch/mips/netlogic')
-rw-r--r-- | arch/mips/netlogic/Platform | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/mips/netlogic/Platform b/arch/mips/netlogic/Platform index 502d912b23ea..4fb6b8351c34 100644 --- a/arch/mips/netlogic/Platform +++ b/arch/mips/netlogic/Platform | |||
@@ -1,8 +1,8 @@ | |||
1 | # | 1 | # |
2 | # NETLOGIC includes | 2 | # NETLOGIC includes |
3 | # | 3 | # |
4 | cflags-$(CONFIG_NLM_COMMON) += -I$(srctree)/arch/mips/include/asm/mach-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 | 5 | cflags-$(CONFIG_NLM_COMMON) += -I$(srctree)/arch/mips/include/asm/netlogic |
6 | 6 | ||
7 | # | 7 | # |
8 | # use mips64 if xlr is not available | 8 | # use mips64 if xlr is not available |
@@ -10,7 +10,7 @@ cflags-$(CONFIG_NLM_COMMON) += -I$(srctree)/arch/mips/include/asm/netlogic | |||
10 | cflags-$(CONFIG_NLM_XLR) += $(call cc-option,-march=xlr,-march=mips64) | 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/ | 15 | platform-$(CONFIG_NLM_XLR) += netlogic/xlr |
16 | load-$(CONFIG_NLM_XLR_BOARD) += 0xffffffff80100000 | 16 | load-$(CONFIG_NLM_COMMON) += 0xffffffff80100000 |