patch-2.4.2 linux/arch/arm/boot/compressed/head-l7200.S
Next file: linux/arch/arm/boot/compressed/head-sa1100.S
Previous file: linux/arch/arm/boot/compressed/head-ftvpci.S
Back to the patch index
Back to the overall index
- Lines: 30
- Date:
Thu Feb 8 16:32:44 2001
- Orig file:
v2.4.1/linux/arch/arm/boot/compressed/head-l7200.S
- Orig date:
Sun Aug 13 09:54:15 2000
diff -u --recursive --new-file v2.4.1/linux/arch/arm/boot/compressed/head-l7200.S linux/arch/arm/boot/compressed/head-l7200.S
@@ -3,7 +3,7 @@
*
* Copyright (C) 2000 Steve Hill <sjhill@cotw.com>
*
- * Some code borrowed from Nicola Pitre's 'head-sa1100.S' file. This
+ * Some code borrowed from Nicolas Pitre's 'head-sa1100.S' file. This
* is merged with head.S by the linker.
*/
@@ -16,15 +16,14 @@
.section ".start", #alloc, #execinstr
__L7200_start:
-
mov r0, #0x00100000 @ FLASH address of initrd
mov r2, #0xf1000000 @ RAM address of initrd
- add r1, r2, #0x00700000 @ Size of initrd
+ add r3, r2, #0x00700000 @ Size of initrd
1:
- ldmia r0!, {r3, r4, r5, r6}
- stmia r2!, {r3, r4, r5, r6}
- cmp r2, r1
+ ldmia r0!, {r4, r5, r6, r7}
+ stmia r2!, {r4, r5, r6, r7}
+ cmp r2, r3
ble 1b
-
+
mov r8, #0 @ Zero it out
mov r7, #19 @ Set architecture ID
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)