Fixing bugs in mk20dx256vlh7 Bootloader support.

This commit is contained in:
Jacob Alexander 2015-03-20 19:54:23 -07:00
parent a6edcce5f9
commit 863d853698
2 changed files with 2 additions and 1 deletions

View file

@ -55,8 +55,8 @@ SECTIONS
. = 0;
KEEP(* (.vectors))
*(.startup*)
*(.rodata*)
. = 0x400;
*(.rodata*)
KEEP(* (.flashconfig))
*(.text*)
. = ALIGN(4);