Changeset 474 for trunk/boot/tsar_mips32/boot.c
- Timestamp:
- Aug 21, 2018, 9:50:01 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/boot/tsar_mips32/boot.c
r457 r474 116 116 // address used by the WTI to activate remote CP0s 117 117 118 extern void boot_entry( ); // boot_loader entry point118 extern void boot_entry( void ); // boot_loader entry point 119 119 120 120 /********************************************************************************* … … 145 145 * This function loads the arch_info.bin file into the boot cluster memory. 146 146 ***********************************************************************************/ 147 static void boot_archinfo_load( )147 static void boot_archinfo_load( void ) 148 148 { 149 149 archinfo_header_t* header = (archinfo_header_t*)ARCHINFO_BASE; … … 179 179 * It set the global variables defining the kernel layout. 180 180 *************************************************************************************/ 181 static void boot_kernel_load( )181 static void boot_kernel_load( void ) 182 182 { 183 183 Elf32_Ehdr * elf_header; // pointer on kernel.elf header.
Note: See TracChangeset
for help on using the changeset viewer.