diff options
author | Jiaxun Yang <jiaxun.yang@flygoat.com> | 2019-01-22 08:04:14 -0500 |
---|---|---|
committer | Paul Burton <paul.burton@mips.com> | 2019-01-22 14:18:52 -0500 |
commit | d1b83f0f631ba58e444773a554648f9006d911e8 (patch) | |
tree | 60c7572621f5888aafb2e85dde3d78999d4d593f | |
parent | a96d68ba3b419513244f9b8ba4b41b1c1a134863 (diff) |
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
-rw-r--r-- | arch/mips/loongson32/Platform | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/loongson32/Platform b/arch/mips/loongson32/Platform index a0dbb3b2f2de..ca39b4907257 100644 --- a/arch/mips/loongson32/Platform +++ b/arch/mips/loongson32/Platform | |||
@@ -1,4 +1,4 @@ | |||
1 | cflags-$(CONFIG_CPU_LOONGSON1) += -march=mips32 -Wa,--trap | 1 | cflags-$(CONFIG_CPU_LOONGSON1) += -march=mips32 -Wa,--trap |
2 | platform-$(CONFIG_MACH_LOONGSON32) += loongson32/ | 2 | platform-$(CONFIG_MACH_LOONGSON32) += loongson32/ |
3 | cflags-$(CONFIG_MACH_LOONGSON32) += -I$(srctree)/arch/mips/include/asm/mach-loongson32 | 3 | cflags-$(CONFIG_MACH_LOONGSON32) += -I$(srctree)/arch/mips/include/asm/mach-loongson32 |
4 | load-$(CONFIG_CPU_LOONGSON1) += 0xffffffff80100000 | 4 | load-$(CONFIG_CPU_LOONGSON1) += 0xffffffff80200000 |