MIPS: Sibyte: Platform: Add load address for CONFIG_SIBYTE_LITTLESUR
authorMarkos Chandras <markos.chandras@imgtec.com>
Tue, 25 Jun 2013 10:29:27 +0000 (10:29 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 25 Jun 2013 11:48:18 +0000 (13:48 +0200)
commit0be0aea2ffa2be1590c86dc226291939bd5535b0
treeda5d9e3b76b316e8e2ef6a05d5e226c6e8898929
parentdfb033f09e2a98a89b7a09f7e913f0b791dd01e1
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>
arch/mips/sibyte/Platform