Unverified Commit d1b83f0f authored by Jiaxun Yang's avatar Jiaxun Yang Committed by Paul Burton
Browse files

MIPS: Loongson32: Set load address to 0x80200000



PMON bootloader on Loongson-1C will use memory between
0x80100000 and 0x80200000 as stack.

Use 0x80100000 as load address may hang the bootloader
during loading.

Signed-off-by: default avatarJiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: default avatarPaul Burton <paul.burton@mips.com>
Cc: linux-mips@vger.kernel.org
Cc: keguang.zhang@gmail.com
parent a96d68ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
cflags-$(CONFIG_CPU_LOONGSON1)		+= -march=mips32 -Wa,--trap
platform-$(CONFIG_MACH_LOONGSON32)	+= loongson32/
cflags-$(CONFIG_MACH_LOONGSON32)	+= -I$(srctree)/arch/mips/include/asm/mach-loongson32
load-$(CONFIG_CPU_LOONGSON1)		+= 0xffffffff80100000
load-$(CONFIG_CPU_LOONGSON1)		+= 0xffffffff80200000