patch-2.4.4 linux/arch/cris/boot/rescue/rescue.ld

Next file: linux/arch/cris/boot/rescue/testrescue.S
Previous file: linux/arch/cris/boot/rescue/kimagerescue.S
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.3/linux/arch/cris/boot/rescue/rescue.ld linux/arch/cris/boot/rescue/rescue.ld
@@ -0,0 +1,20 @@
+MEMORY 
+	{
+	flash : ORIGIN = 0x00000000,
+	        LENGTH = 0x00100000
+	}
+
+SECTIONS
+{
+	.text :
+	{
+		_stext = . ;
+		*(.text)
+		_etext = . ;
+	} > flash
+	.data :
+	{
+		*(.data)
+		_edata = . ;
+	} > flash
+}

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