Changeset 312 for trunk/platform/a620/sub/100f/boot.c
- Timestamp:
- 03/01/08 22:25:31 (5 years ago)
- File:
-
- 1 edited
-
trunk/platform/a620/sub/100f/boot.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/platform/a620/sub/100f/boot.c
r311 r312 2 2 #include "platform.h" 3 3 #include "core.h" 4 5 const long new_sa = MEMISOSTART + MEMISOSIZE; 4 6 5 7 /* Ours stuff */ … … 98 100 "LDR R0, =h_usrRoot\n" 99 101 "MOV R1, #0x4000\n" 100 "LDR R2, =0xDF990\n" // 0x9F990 + 0x40000 102 ); 103 // "LDR R2, =0xCF990\n" // 0x9F990 + 0x30000 104 asm volatile ( 105 "LDR R2, =new_sa\n" 106 "LDR R2, [R2]\n" 107 ); 108 asm volatile ( 101 109 "STR R12, [SP]\n" 102 110 "STR R4, [SP,#4]\n"
Note: See TracChangeset
for help on using the changeset viewer.