Add linker script section for D3SRAM4.

This commit is contained in:
iabdalkader 2020-10-27 02:07:41 +02:00
parent f79167de4b
commit d6d2f9cc26

View File

@ -157,6 +157,15 @@ SECTIONS
} >OMV_DMA_MEMORY
#if defined(OMV_SRAM4_ORIGIN)
/* D3 SRAM4 memory */
.d3_sram (NOLOAD) :
{
. = ALIGN(4);
*(.d3_sram_buffer)
} >SRAM4
#endif
/* Initialized data sections */
.data : AT ( _sidata )
{