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:
parent
1604606238
commit
61f64c78a6
|
@ -1,3 +1,5 @@
|
||||||
|
ENTRY(Reset_Handler)
|
||||||
|
|
||||||
/* define output sections */
|
/* define output sections */
|
||||||
SECTIONS
|
SECTIONS
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue