Changeset 425 for trunk/softs/tsar_boot/src/reset.S
- Timestamp:
- Jun 30, 2013, 8:28:58 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/softs/tsar_boot/src/reset.S
r349 r425 34 34 .extern boot_ioc_read 35 35 .extern boot_elf_loader 36 .extern boot_memcpy36 .extern memcpy 37 37 .extern boot_puts 38 38 .extern boot_putx … … 58 58 .word boot_ioc_read /* 0xbfc0018 */ 59 59 .word boot_elf_loader /* 0xbfc001C */ 60 .word boot_memcpy/* 0xbfc0020 */60 .word memcpy /* 0xbfc0020 */ 61 61 .word boot_puts /* 0xbfc0024 */ 62 62 .word boot_putx /* 0xbfc0028 */
Note: See TracChangeset
for help on using the changeset viewer.