patch-2.4.22 linux-2.4.22/arch/mips/lasat/image/romscript.normal

Next file: linux-2.4.22/arch/mips/lasat/interrupt.c
Previous file: linux-2.4.22/arch/mips/lasat/image/head.S
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/arch/mips/lasat/image/romscript.normal linux-2.4.22/arch/mips/lasat/image/romscript.normal
@@ -0,0 +1,22 @@
+OUTPUT_ARCH(mips)
+
+SECTIONS
+{
+  .text :
+  {
+    *(.text.start)
+  }
+
+  /* Data in ROM */
+
+  .data ALIGN(0x10) :
+  {
+    *(.data)
+  }
+  _image_start = ADDR(.data);
+  _image_size = SIZEOF(.data);
+
+  .other : {
+  	*(.*)
+  }
+}

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)