Skip to content

Commit d1b83f0

Browse files
FlyGoatpaulburton
authored andcommitted
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: Jiaxun Yang <jiaxun.yang@flygoat.com> Signed-off-by: Paul Burton <paul.burton@mips.com> Cc: linux-mips@vger.kernel.org Cc: keguang.zhang@gmail.com
1 parent a96d68b commit d1b83f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/mips/loongson32/Platform

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
cflags-$(CONFIG_CPU_LOONGSON1) += -march=mips32 -Wa,--trap
22
platform-$(CONFIG_MACH_LOONGSON32) += loongson32/
33
cflags-$(CONFIG_MACH_LOONGSON32) += -I$(srctree)/arch/mips/include/asm/mach-loongson32
4-
load-$(CONFIG_CPU_LOONGSON1) += 0xffffffff80100000
4+
load-$(CONFIG_CPU_LOONGSON1) += 0xffffffff80200000

0 commit comments

Comments
 (0)