fix huge .bin file outputs

This commit is contained in:
Oskar Weigl
2018-10-20 23:57:31 -07:00
parent 3cb9a8d584
commit f1b261e8dd
+3 -2
View File
@@ -134,9 +134,10 @@ SECTIONS
*
* IMPORTANT NOTE!
* If initialized variables will be placed in this section,
* the startup code needs to be modified to copy the init-values.
* the startup code needs to be modified to copy the init-values.
* Oskar: Added NOLOAD to remove this section from .bin outputs
*/
.ccmram :
.ccmram (NOLOAD):
{
. = ALIGN(4);
_sccmram = .; /* create a global symbol at ccmram start */