stm32h7 boards:Emit the the D3 power domain section for locating BDMA data

This commit is contained in:
David Sidrane 2020-06-05 05:00:52 -07:00 committed by Xiang Xiao
parent ddf2704915
commit b19171420f
4 changed files with 25 additions and 0 deletions

View File

@ -185,6 +185,12 @@ SECTIONS
_ebss = ABSOLUTE(.);
} > sram
/* Emit the the D3 power domain section for locating BDMA data */
.sram4 :
{
} > sram4
/* Stabs debugging sections. */
.stab 0 : { *(.stab) }

View File

@ -94,6 +94,12 @@ SECTIONS
_ebss = ABSOLUTE(.);
} > ksram
/* Emit the the D3 power domain section for locating BDMA data */
.sram4 :
{
} > sram4
/* Stabs debugging sections */
.stab 0 : { *(.stab) }

View File

@ -183,6 +183,12 @@ SECTIONS
_ebss = ABSOLUTE(.);
} > sram
/* Emit the the D3 power domain section for locating BDMA data */
.sram4 :
{
} > sram4
/* Stabs debugging sections. */
.stab 0 : { *(.stab) }

View File

@ -94,6 +94,13 @@ SECTIONS
_ebss = ABSOLUTE(.);
} > ksram
/* Emit the the D3 power domain section for locating BDMA data */
.sram4 :
{
} > sram4
/* Stabs debugging sections */
.stab 0 : { *(.stab) }