mirror of https://gitee.com/openkylin/linux.git
MIPS: Sibyte: Platform: Add load address for CONFIG_SIBYTE_LITTLESUR
Fixes the following build problem: mips-linux-gnu-ld:arch/mips/kernel/vmlinux.lds:253: syntax error because VMLINUX_LOAD_ADDRESS was an empty string for that platform so the vmlinux.lds.S created an invalid section entry on line 50. Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Acked-by: Steven J. Hill <Steven.Hill@imgtec.com> Cc: sibyte-users@bitmover.com Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/5548/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
dfb033f09e
commit
0be0aea2ff
|
@ -41,3 +41,4 @@ load-$(CONFIG_SIBYTE_RHONE) := 0xffffffff80100000
|
|||
load-$(CONFIG_SIBYTE_SENTOSA) := 0xffffffff80100000
|
||||
load-$(CONFIG_SIBYTE_SWARM) := 0xffffffff80100000
|
||||
load-$(CONFIG_SIBYTE_BIGSUR) := 0xffffffff80100000
|
||||
load-$(CONFIG_SIBYTE_LITTLESUR) := 0xffffffff80100000
|
||||
|
|
Loading…
Reference in New Issue