[M2351] Add non-secure reset handler address

pull/7302/head
Deepika 2017-10-10 14:19:53 -05:00 committed by ccli8
parent eebc6e38cb
commit aec7c5441c
1 changed files with 4 additions and 0 deletions

View File

@ -29,5 +29,9 @@ extern uint32_t Image$$ER_IRAMVEC$$ZI$$Base;
extern uint32_t __start_vector_table__;
#endif
/* TZ_START_NS: Start address of non-secure application */
#ifndef TZ_START_NS
#define TZ_START_NS (0x10040000U)
#endif
#endif