Add uVisor to startup code

Alessandro Angelino 2016-04-06 16:16:54 +01:00 committed by Milosch Meriac
parent e32f969459
commit 3fcaed1eb0
1 changed files with 2 additions and 0 deletions

View File

@ -229,6 +229,8 @@ disable_watchdog:
ldr r0, =SystemInit
blx r0
ldr r0, =uvisor_init
blx r0
ldr r0, =_start
bx r0
.pool