stm32h7 boards:Emit the the D3 power domain section for locating BDMA data
This commit is contained in:
parent
ddf2704915
commit
b19171420f
@ -185,6 +185,12 @@ SECTIONS
|
|||||||
_ebss = ABSOLUTE(.);
|
_ebss = ABSOLUTE(.);
|
||||||
} > sram
|
} > sram
|
||||||
|
|
||||||
|
/* Emit the the D3 power domain section for locating BDMA data */
|
||||||
|
|
||||||
|
.sram4 :
|
||||||
|
{
|
||||||
|
} > sram4
|
||||||
|
|
||||||
/* Stabs debugging sections. */
|
/* Stabs debugging sections. */
|
||||||
|
|
||||||
.stab 0 : { *(.stab) }
|
.stab 0 : { *(.stab) }
|
||||||
|
@ -94,6 +94,12 @@ SECTIONS
|
|||||||
_ebss = ABSOLUTE(.);
|
_ebss = ABSOLUTE(.);
|
||||||
} > ksram
|
} > ksram
|
||||||
|
|
||||||
|
/* Emit the the D3 power domain section for locating BDMA data */
|
||||||
|
|
||||||
|
.sram4 :
|
||||||
|
{
|
||||||
|
} > sram4
|
||||||
|
|
||||||
/* Stabs debugging sections */
|
/* Stabs debugging sections */
|
||||||
|
|
||||||
.stab 0 : { *(.stab) }
|
.stab 0 : { *(.stab) }
|
||||||
|
@ -183,6 +183,12 @@ SECTIONS
|
|||||||
_ebss = ABSOLUTE(.);
|
_ebss = ABSOLUTE(.);
|
||||||
} > sram
|
} > sram
|
||||||
|
|
||||||
|
/* Emit the the D3 power domain section for locating BDMA data */
|
||||||
|
|
||||||
|
.sram4 :
|
||||||
|
{
|
||||||
|
} > sram4
|
||||||
|
|
||||||
/* Stabs debugging sections. */
|
/* Stabs debugging sections. */
|
||||||
|
|
||||||
.stab 0 : { *(.stab) }
|
.stab 0 : { *(.stab) }
|
||||||
|
@ -94,6 +94,13 @@ SECTIONS
|
|||||||
_ebss = ABSOLUTE(.);
|
_ebss = ABSOLUTE(.);
|
||||||
} > ksram
|
} > ksram
|
||||||
|
|
||||||
|
/* Emit the the D3 power domain section for locating BDMA data */
|
||||||
|
|
||||||
|
.sram4 :
|
||||||
|
{
|
||||||
|
} > sram4
|
||||||
|
|
||||||
|
|
||||||
/* Stabs debugging sections */
|
/* Stabs debugging sections */
|
||||||
|
|
||||||
.stab 0 : { *(.stab) }
|
.stab 0 : { *(.stab) }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user