Fixed wrong initial PC..

This commit is contained in:
Vincent Rivière
2012-10-14 20:48:31 +00:00
parent 34426619af
commit 306fcc2845

View File

@@ -4,7 +4,7 @@ void startup(void)
{
asm("\n\t"
".extern _initialize_hardware\n\t"
"bra warmstart\n\t"
"bra.s warmstart\n\t"
"jmp ___BOOT_FLASH + 8 | ist zugleich reset vector\n\t"
"| disable interrupts\n\t"
"warmstart:\n\t"