summaryrefslogtreecommitdiffstats
path: root/arch/mips/lasat/image/romscript.normal
diff options
context:
space:
mode:
authorYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>2007-07-09 13:10:55 +0900
committerRalf Baechle <ralf@linux-mips.org>2007-07-10 17:33:04 +0100
commitc99cabf034d42c9e4a9c1ed9dfd26411b2fb9b57 (patch)
tree30a696c0ab083427b8865418004f2a8bab96be44 /arch/mips/lasat/image/romscript.normal
parentecd27b92fbb41f779d857632a69bd45dbaf0f915 (diff)
downloadop-kernel-dev-c99cabf034d42c9e4a9c1ed9dfd26411b2fb9b57.zip
op-kernel-dev-c99cabf034d42c9e4a9c1ed9dfd26411b2fb9b57.tar.gz
[MIPS] remove LASAT Networks platforms support
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/lasat/image/romscript.normal')
-rw-r--r--arch/mips/lasat/image/romscript.normal23
1 files changed, 0 insertions, 23 deletions
diff --git a/arch/mips/lasat/image/romscript.normal b/arch/mips/lasat/image/romscript.normal
deleted file mode 100644
index 988f8ad..0000000
--- a/arch/mips/lasat/image/romscript.normal
+++ /dev/null
@@ -1,23 +0,0 @@
-OUTPUT_ARCH(mips)
-
-SECTIONS
-{
- .text :
- {
- *(.text.start)
- }
-
- /* Data in ROM */
-
- .data ALIGN(0x10) :
- {
- *(.data)
- }
- _image_start = ADDR(.data);
- _image_size = SIZEOF(.data);
-
- .other :
- {
- *(.*)
- }
-}
OpenPOWER on IntegriCloud