This commit is contained in:
Markus Fröschle
2012-10-15 05:48:17 +00:00
parent 8d2487c595
commit d7a9f10e3c

View File

@@ -4,6 +4,7 @@ void startup(void)
{ {
__asm__ __volatile__( __asm__ __volatile__(
" .extern _initialize_hardware\n\t" " .extern _initialize_hardware\n\t"
" bra.s warmstart\n\t" " bra.s warmstart\n\t"
" jmp ___BOOT_FLASH + 8\n\t" /* that's also our reset vector */ " jmp ___BOOT_FLASH + 8\n\t" /* that's also our reset vector */