comparison Lib/mk20dx256vlh7.bootloader.ld @ 314:8325f8c91663

Fixing bugs in mk20dx256vlh7 Bootloader support.
author Jacob Alexander <haata@kiibohd.com>
date Fri, 20 Mar 2015 19:54:23 -0700
parents 9afed592bcb5
children f4d4cad283c6
comparison
equal deleted inserted replaced
313:a2df35fa4f0b 314:8325f8c91663
53 .text : 53 .text :
54 { 54 {
55 . = 0; 55 . = 0;
56 KEEP(* (.vectors)) 56 KEEP(* (.vectors))
57 *(.startup*) 57 *(.startup*)
58 . = 0x400;
58 *(.rodata*) 59 *(.rodata*)
59 . = 0x400;
60 KEEP(* (.flashconfig)) 60 KEEP(* (.flashconfig))
61 *(.text*) 61 *(.text*)
62 . = ALIGN(4); 62 . = ALIGN(4);
63 KEEP(*(.init)) 63 KEEP(*(.init))
64 } > FLASH 64 } > FLASH