| To: | linux-mips@linux-mips.org, ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH 1/4] MIPS: Netlogic: Change load address |
| From: | Jayachandran C <jayachandranc@netlogicmicro.com> |
| Date: | Tue, 23 Aug 2011 13:35:08 +0530 |
| In-reply-to: | <cover.1314086142.git.jayachandranc@netlogicmicro.com> |
| References: | <cover.1314086142.git.jayachandranc@netlogicmicro.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.21 (2010-09-15) |
Move load address from 0x84000000 to 0x80100000 to avoid wasting memory. Signed-off-by: Jayachandran C <jayachandranc@netlogicmicro.com> --- arch/mips/netlogic/Platform | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/mips/netlogic/Platform b/arch/mips/netlogic/Platform index b648b48..502d912 100644 --- a/arch/mips/netlogic/Platform +++ b/arch/mips/netlogic/Platform @@ -13,4 +13,4 @@ cflags-$(CONFIG_NLM_XLR) += $(call cc-option,-march=xlr,-march=mips64) # NETLOGIC XLR/XLS SoC, Simulator and boards # core-$(CONFIG_NLM_XLR) += arch/mips/netlogic/xlr/ -load-$(CONFIG_NLM_XLR_BOARD) += 0xffffffff84000000 +load-$(CONFIG_NLM_XLR_BOARD) += 0xffffffff80100000 -- 1.7.4.1 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] mips/loongson: unify compiler flags and load location for Loongson 2E and 2F, Matt Turner |
|---|---|
| Next by Date: | [PATCH 2/4] MIPS: Netlogic: add r4k_wait as the cpu_wait, Jayachandran C |
| Previous by Thread: | [PATCH 0/4] MIPS: Netlogic: XLR/XLS updates, Jayachandran C |
| Next by Thread: | Re: [PATCH 1/4] MIPS: Netlogic: Change load address, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |