Improve code style and comments
This commit is contained in:
@@ -274,15 +274,12 @@ void Reset_Handler()
|
||||
*/
|
||||
CPACR |= (0xF << 20);
|
||||
|
||||
|
||||
/* Fill bss with zero */
|
||||
__fill_zero(&__ld_sbss, &__ld_ebss);
|
||||
|
||||
/* Reset the stack pointer to top of stack. SP is not required to be inside the clobber list! */
|
||||
__asm__ __volatile__ ("mov sp, %0\n\t" :: "r"(&__ld_top_of_stack) :);
|
||||
|
||||
|
||||
|
||||
ram_code_main();
|
||||
|
||||
/* Catch return from main() */
|
||||
|
Reference in New Issue
Block a user