]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Lib/mk20dx256vlh7.ld
mk20dx256vlh7 working!
[kiibohd-controller.git] / Lib / mk20dx256vlh7.ld
index 7bc029218df4801c66c07ee9f470af86a97054ec..315baeef62fd38b0e85033d697882687af81f88d 100644 (file)
@@ -40,8 +40,7 @@ SECTIONS
 {
        .text :
        {
-               . = 0;
-               KEEP(* (.vectors))
+               . = 0; KEEP(* (.vectors)) /* MUST BE AT 0 */
                *(.startup*)
                . = 0x400; KEEP(* (.flashconfig)) /* MUST BE AT 0x400 */
                *(.text*)