cortex_m: re-add __start definition for cortex_m
This was removed as part of some Diab cleanup, however it is needed and without the definition we get the following when building for the FRDM-K64F board: arm-none-eabi-ld: warning: cannot find entry symbol __start; not setting start address Change-Id: Ie0604a600b6f7a4faa321c58aa63c5617a163107 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
b54138916a
commit
a3f8d81614
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ rest should not be triggered until the kernel is ready to handle them.
|
|||
#include "vector_table.h"
|
||||
|
||||
_ASM_FILE_PROLOGUE
|
||||
|
||||
SECTION_SUBSEC_FUNC(exc_vector_table,_Start,__start)
|
||||
SECTION_SUBSEC_FUNC(exc_vector_table,_Start,_VectorTableROM)
|
||||
|
||||
.word __CORTEXM_BOOT_MSP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue