- Timestamp:
- 02/27/11 04:01:09 (2 years ago)
- Location:
- trunk/platform/g12/sub
- Files:
-
- 2 edited
-
100c/boot.c (modified) (1 diff)
-
100e/boot.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/platform/g12/sub/100c/boot.c
r1038 r1070 176 176 177 177 // replacement of sub_FF864BE0 for correct power-on. 178 *(int*)(0x25E0) = (*(int*)0xC0220108)&1 ? 0x 200000 : 0x100000;178 *(int*)(0x25E0) = (*(int*)0xC0220108)&1 ? 0x100000 : 0x200000; 179 179 180 180 asm volatile ( -
trunk/platform/g12/sub/100e/boot.c
r1038 r1070 175 175 176 176 // replacement of sub_FF864BE0 for correct power-on. 177 *(int*)(0x25E0) = (*(int*)0xC0220108)&1 ? 0x 200000 : 0x100000;177 *(int*)(0x25E0) = (*(int*)0xC0220108)&1 ? 0x100000 : 0x200000; 178 178 179 179 asm volatile (
Note: See TracChangeset
for help on using the changeset viewer.