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:
commit
28c9b37fc1
|
@ -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) :
|
||||
|
|
Loading…
Reference in New Issue