|
|
|
@ -148,11 +148,11 @@ SECTIONS
|
|
|
|
|
_siccmram = LOADADDR(.ccmram);
|
|
|
|
|
|
|
|
|
|
/* CCM-RAM section
|
|
|
|
|
*
|
|
|
|
|
* IMPORTANT NOTE!
|
|
|
|
|
* If initialized variables will be placed in this section,
|
|
|
|
|
* the startup code needs to be modified to copy the init-values.
|
|
|
|
|
*/
|
|
|
|
|
*
|
|
|
|
|
* IMPORTANT NOTE!
|
|
|
|
|
* If initialized variables will be placed in this section,
|
|
|
|
|
* the startup code needs to be modified to copy the init-values.
|
|
|
|
|
*/
|
|
|
|
|
.ccmram :
|
|
|
|
|
{
|
|
|
|
|
. = ALIGN(4);
|
|
|
|
@ -193,7 +193,6 @@ SECTIONS
|
|
|
|
|
} >RAM
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Remove information from the standard libraries */
|
|
|
|
|
/DISCARD/ :
|
|
|
|
|
{
|
|
|
|
|