This commit is contained in:
Markus Fröschle
2012-10-15 05:48:17 +00:00
parent 09cb47eb4c
commit 72c1bc0cb8

View File

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