[PATCH] MIPS: sibyte: Platform: Add load address for CONFIG_SIBYTE_LITTLESUR
From: Markos Chandras <hidden>
Date: 2013-06-25 11:29:36
Subsystem:
mips, the rest · Maintainers:
Thomas Bogendoerfer, Linus Torvalds
From: Markos Chandras <hidden>
Date: 2013-06-25 11:29:36
Subsystem:
mips, the rest · Maintainers:
Thomas Bogendoerfer, Linus Torvalds
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 <redacted> Acked-by: Steven J. Hill <redacted> Cc: sibyte-users@bitmover.com --- This patch is for the upstream-sfr/mips-for-linux-next tree --- arch/mips/sibyte/Platform | 1 + 1 file changed, 1 insertion(+)
diff --git a/arch/mips/sibyte/Platform b/arch/mips/sibyte/Platform
index d03a075..1bf90dc 100644
--- a/arch/mips/sibyte/Platform
+++ b/arch/mips/sibyte/Platform@@ -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
--
1.8.2.1