fix app range for all examples
This commit is contained in:
parent
2c50e53b85
commit
397956b731
@ -49,9 +49,9 @@ SECTIONS
|
||||
{
|
||||
. = ALIGN(4);
|
||||
__APP_CODE_START__ = .;
|
||||
*main_tmr.o(.text*)
|
||||
*main_*.o(.text*)
|
||||
__APP_CODE_END__ = .;
|
||||
*(EXCLUDE_FILE (*main_tmr.o) .text*)
|
||||
*(EXCLUDE_FILE (*main_*.o) .text*)
|
||||
KEEP (*(.init))
|
||||
KEEP (*(.fini))
|
||||
KEEP(*(.eh_frame))
|
||||
|
Loading…
x
Reference in New Issue
Block a user