Skip to content

Commit 6151834

Browse files
mattia-moffadanielinux
authored andcommitted
Use correct VTOR_NS location
Fixes regression introduced in 6681e54
1 parent 0bfb8a0 commit 6151834

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/boot_arm.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,7 @@ void isr_empty(void)
416416

417417
#ifdef TZEN
418418
#include "hal.h"
419-
//#define VTOR (*(volatile uint32_t *)(0xE002ED08))
420-
#define VTOR (*(volatile uint32_t *)(0xE000ED08))
419+
#define VTOR (*(volatile uint32_t *)(0xE002ED08))
421420
#else
422421
#define VTOR (*(volatile uint32_t *)(0xE000ED08))
423422
#endif

0 commit comments

Comments
 (0)