From: Thomas Bogendoerfer Date: Mon, 26 May 2008 23:15:16 +0000 (+0200) Subject: [MIPS] Better load address for big endian SNI RM X-Git-Tag: v2.6.26-rc7~29^2~15 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=0e27d7931157fa89cc9afb7735095a0d81ce8fec;p=linux-2.6-omap-h63xx.git [MIPS] Better load address for big endian SNI RM Use better load address for big endian kernels to avoid clashes with PROM / SASH. Signed-off-by: Thomas Bogendoerfer Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 69648d01acc..1ec8e35f2e4 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -565,7 +565,11 @@ load-$(CONFIG_BCM47XX) := 0xffffffff80001000 # core-$(CONFIG_SNI_RM) += arch/mips/sni/ cflags-$(CONFIG_SNI_RM) += -Iinclude/asm-mips/mach-rm +ifdef CONFIG_CPU_LITTLE_ENDIAN load-$(CONFIG_SNI_RM) += 0xffffffff80600000 +else +load-$(CONFIG_SNI_RM) += 0xffffffff80030000 +endif all-$(CONFIG_SNI_RM) := vmlinux.ecoff #