Merge pull request #9631 from ganesh-ramachandran/master

Update linker scripts for bootloader target TMPM46B
pull/9639/head
Nir Sonnenschein 2019-02-07 18:12:11 +02:00 committed by GitHub
commit 1115d8ae73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ initialize manually { section FLASH_ROM object flash_api.o };
do not initialize { section .noinit };
place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec };
place at address mem: 0x400 { block FLASH_CODE_ROM };
place at address mem: MBED_APP_START + 0x400 { block FLASH_CODE_ROM };
place at address mem: 0x20070000 { block FLASH_CODE_RAM };
place in RAM_region { readwrite,
block CSTACK, block HEAP };