Merge pull request #5957 from jflyper/bfdev-fix-FLASH-overflowing-with-fastram_data

.fastram_data doesn't fit in FLASH section
This commit is contained in:
Michael Keller 2018-05-24 21:15:05 +12:00 committed by GitHub
commit 28c9b37fc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ SECTIONS
. = ALIGN(4);
_efastram_data = .; /* define a global symbol at data end */
} >FASTRAM AT> FLASH
} >FASTRAM AT> FLASH1
. = ALIGN(4);
.fastram_bss (NOLOAD) :