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
- Lines: 23
- Date:
2003-08-25 04:44:40.000000000 -0700
- Orig file:
linux-2.4.21/arch/mips/lasat/image/romscript.normal
- Orig date:
1969-12-31 16:00:00.000000000 -0800
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)