]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Lib/mk20dx256vlh7.bootloader.ld
Basic code for mk20dx256vlh7 flashing
[kiibohd-controller.git] / Lib / mk20dx256vlh7.bootloader.ld
index cff609027daae352f2bb4bac8bc6d364d1374df3..ade94eab38d73e4c7d15de39fac3918680781076 100644 (file)
@@ -33,13 +33,12 @@ MEMORY
 {
        FLASH (rx)     : ORIGIN = 0x0, LENGTH = 256K
        FLASH_APP (rx) : ORIGIN = 8K, LENGTH = 256K-8K
-       FLASH_END (r)  : ORIGIN = 256K, LENGTH = 32
        RAM  (rwx)     : ORIGIN = 0x20000000 - 64K / 2, LENGTH = 64K
 }
 
 /* Starting Address of the application ROM */
+_bootloader = ORIGIN( FLASH );
 _app_rom = ORIGIN( FLASH_APP );
-_app_rom_end = ORIGIN( FLASH_END );
 
 FlexRAM = 0x14000000;
 FTFL = 0x40020000;