| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH] Better load address for SNI RM |
| From: | Thomas Bogendoerfer <tsbogend@alpha.franken.de> |
| Date: | Mon, 12 May 2008 13:58:55 +0200 (CEST) |
| Cc: | ralf@linux-mips.org |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
Use better load address for kernel to avoid clashes with PROM/SASH Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> --- arch/mips/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 69648d0..3f3815a 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -565,7 +565,7 @@ load-$(CONFIG_BCM47XX) := 0xffffffff80001000 # core-$(CONFIG_SNI_RM) += arch/mips/sni/ cflags-$(CONFIG_SNI_RM) += -Iinclude/asm-mips/mach-rm -load-$(CONFIG_SNI_RM) += 0xffffffff80600000 +load-$(CONFIG_SNI_RM) += 0xffffffff80030000 all-$(CONFIG_SNI_RM) := vmlinux.ecoff # |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] Fix build_tlb_probe_entry for R4700, Thomas Bogendoerfer |
|---|---|
| Next by Date: | [PATCH] Fix check for valid stack pointer during backtrace, Thomas Bogendoerfer |
| Previous by Thread: | [PATCH] Fix build_tlb_probe_entry for R4700, Thomas Bogendoerfer |
| Next by Thread: | [PATCH] Fix check for valid stack pointer during backtrace, Thomas Bogendoerfer |
| Indexes: | [Date] [Thread] [Top] [All Lists] |