X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Lib%2Fmk20dx256vlh7.bootloader.ld;fp=Lib%2Fmk20dx256vlh7.bootloader.ld;h=ade94eab38d73e4c7d15de39fac3918680781076;hb=02b919a4cb1bed022b5a09e9e03e29cda2b5a660;hp=cff609027daae352f2bb4bac8bc6d364d1374df3;hpb=1acbc97e98d8388332c51260017ab23227a91339;p=kiibohd-controller.git diff --git a/Lib/mk20dx256vlh7.bootloader.ld b/Lib/mk20dx256vlh7.bootloader.ld index cff6090..ade94ea 100644 --- a/Lib/mk20dx256vlh7.bootloader.ld +++ b/Lib/mk20dx256vlh7.bootloader.ld @@ -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;