forked from Minki/linux
[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 <tsbogend@alpha.franken.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
d0f9cbd4b2
commit
0e27d79311
@ -565,7 +565,11 @@ load-$(CONFIG_BCM47XX) := 0xffffffff80001000
|
|||||||
#
|
#
|
||||||
core-$(CONFIG_SNI_RM) += arch/mips/sni/
|
core-$(CONFIG_SNI_RM) += arch/mips/sni/
|
||||||
cflags-$(CONFIG_SNI_RM) += -Iinclude/asm-mips/mach-rm
|
cflags-$(CONFIG_SNI_RM) += -Iinclude/asm-mips/mach-rm
|
||||||
|
ifdef CONFIG_CPU_LITTLE_ENDIAN
|
||||||
load-$(CONFIG_SNI_RM) += 0xffffffff80600000
|
load-$(CONFIG_SNI_RM) += 0xffffffff80600000
|
||||||
|
else
|
||||||
|
load-$(CONFIG_SNI_RM) += 0xffffffff80030000
|
||||||
|
endif
|
||||||
all-$(CONFIG_SNI_RM) := vmlinux.ecoff
|
all-$(CONFIG_SNI_RM) := vmlinux.ecoff
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user