Fixing bugs in mk20dx256vlh7 Bootloader support.
This commit is contained in:
parent
a6edcce5f9
commit
863d853698
2 changed files with 2 additions and 1 deletions
|
@ -55,8 +55,8 @@ SECTIONS
|
|||
. = 0;
|
||||
KEEP(* (.vectors))
|
||||
*(.startup*)
|
||||
*(.rodata*)
|
||||
. = 0x400;
|
||||
*(.rodata*)
|
||||
KEEP(* (.flashconfig))
|
||||
*(.text*)
|
||||
. = ALIGN(4);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue