This commit is contained in:
Markus Fröschle
2012-10-15 05:48:17 +00:00
parent e396402137
commit 2b843e3550

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 */