Revise DCache with RTT section
Signed-off-by: HiFiPhile <admin@hifiphile.com>
This commit is contained in:
@@ -51,5 +51,5 @@ place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec };
|
||||
|
||||
place in ROM_region { readonly };
|
||||
place in RAM_region { readwrite };
|
||||
place in DTCM_region { block CSTACK, block HEAP, section dtcm_data };
|
||||
place in DTCM_region { block CSTACK, block HEAP };
|
||||
place in NONCACHEABLE_region { section noncacheable_buffer };
|
||||
|
@@ -196,11 +196,6 @@ SECTIONS
|
||||
. = ALIGN(8);
|
||||
} >DTCM
|
||||
|
||||
.dtcm_data :
|
||||
{
|
||||
*(dtcm_data)
|
||||
} >DTCM
|
||||
|
||||
/* Remove information from the compiler libraries */
|
||||
/DISCARD/ :
|
||||
{
|
||||
|
Reference in New Issue
Block a user