diff options
author | Jayachandran C <jayachandranc@netlogicmicro.com> | 2011-11-11 06:37:40 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-12-07 17:04:55 -0500 |
commit | c3c8cfb979d1a3c514d6ef88204f05dcbd1934df (patch) | |
tree | fe6bdc9e9f13ad6d801bf86e32ef76f2acf35622 /arch/mips/netlogic | |
parent | faabeb9e57d665154fbc423e6e02bc16d6384d8e (diff) |
MIPS: Netlogic: Use CPU_XLR instead of NLM_XLR
The CPU_XLR config variable is sufficient for XLR compilation, the
variable NLM_XLR can be removed.
Signed-off-by: Jayachandran C <jayachandranc@netlogicmicro.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2962/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/netlogic')
-rw-r--r-- | arch/mips/netlogic/Kconfig | 3 | ||||
-rw-r--r-- | arch/mips/netlogic/Platform | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/arch/mips/netlogic/Kconfig b/arch/mips/netlogic/Kconfig index a5ca743613f..75bec44b585 100644 --- a/arch/mips/netlogic/Kconfig +++ b/arch/mips/netlogic/Kconfig | |||
@@ -1,5 +1,2 @@ | |||
1 | config NLM_COMMON | 1 | config NLM_COMMON |
2 | bool | 2 | bool |
3 | |||
4 | config NLM_XLR | ||
5 | bool | ||
diff --git a/arch/mips/netlogic/Platform b/arch/mips/netlogic/Platform index 4fb6b8351c3..18aaf438ee4 100644 --- a/arch/mips/netlogic/Platform +++ b/arch/mips/netlogic/Platform | |||
@@ -7,10 +7,10 @@ cflags-$(CONFIG_NLM_COMMON) += -I$(srctree)/arch/mips/include/asm/netlogic | |||
7 | # | 7 | # |
8 | # use mips64 if xlr is not available | 8 | # use mips64 if xlr is not available |
9 | # | 9 | # |
10 | cflags-$(CONFIG_NLM_XLR) += $(call cc-option,-march=xlr,-march=mips64) | 10 | cflags-$(CONFIG_CPU_XLR) += $(call cc-option,-march=xlr,-march=mips64) |
11 | 11 | ||
12 | # | 12 | # |
13 | # NETLOGIC processor support | 13 | # NETLOGIC processor support |
14 | # | 14 | # |
15 | platform-$(CONFIG_NLM_XLR) += netlogic/xlr | 15 | platform-$(CONFIG_CPU_XLR) += netlogic/xlr |
16 | load-$(CONFIG_NLM_COMMON) += 0xffffffff80100000 | 16 | load-$(CONFIG_NLM_COMMON) += 0xffffffff80100000 |