aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/lasat/image/romscript.normal
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/lasat/image/romscript.normal')
-rw-r--r--arch/mips/lasat/image/romscript.normal5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/mips/lasat/image/romscript.normal b/arch/mips/lasat/image/romscript.normal
index ca22336f6c36..988f8ad189cb 100644
--- a/arch/mips/lasat/image/romscript.normal
+++ b/arch/mips/lasat/image/romscript.normal
@@ -16,7 +16,8 @@ SECTIONS
_image_start = ADDR(.data);
_image_size = SIZEOF(.data);
- .other : {
- *(.*)
+ .other :
+ {
+ *(.*)
}
}