nrf/boards/common.ld: Add ENTRY(Reset_Handler) in linker script.

It's not strictly needed but can be helpful when using a debugger.
This commit is contained in:
caochaowu 2020-01-29 22:07:48 +08:00 committed by Damien George
parent 1604606238
commit 61f64c78a6
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
ENTRY(Reset_Handler)
/* define output sections */
SECTIONS
{