From d7a9f10e3c1a7e21d4559b0e4b3d352caaa394cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Mon, 15 Oct 2012 05:48:17 +0000 Subject: [PATCH] --- BaS_GNU/sources/startcf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/BaS_GNU/sources/startcf.c b/BaS_GNU/sources/startcf.c index c720253..0915897 100644 --- a/BaS_GNU/sources/startcf.c +++ b/BaS_GNU/sources/startcf.c @@ -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 */