mirror of
https://github.com/hathach/tinyusb.git
synced 2025-04-18 20:42:24 +00:00
change .bss section from ramloc32 to ramloc40 for lpc43xx
This commit is contained in:
parent
34737f9c60
commit
df1f84adad
@ -248,7 +248,7 @@ SECTIONS
|
|||||||
PROVIDE(__end_bss_RAM5 = .) ;
|
PROVIDE(__end_bss_RAM5 = .) ;
|
||||||
} > RamAHB_ETB16
|
} > RamAHB_ETB16
|
||||||
|
|
||||||
/* MAIN BSS SECTION */
|
/* MAIN BSS SECTION: EDIT change to RamLoc40 */
|
||||||
.bss : ALIGN(4)
|
.bss : ALIGN(4)
|
||||||
{
|
{
|
||||||
_bss = .;
|
_bss = .;
|
||||||
@ -257,7 +257,7 @@ SECTIONS
|
|||||||
. = ALIGN(4) ;
|
. = ALIGN(4) ;
|
||||||
_ebss = .;
|
_ebss = .;
|
||||||
PROVIDE(end = .);
|
PROVIDE(end = .);
|
||||||
} > RamLoc32
|
} > RamLoc40 /* RamLoc32 */
|
||||||
|
|
||||||
/* NOINIT section for RamLoc40 */
|
/* NOINIT section for RamLoc40 */
|
||||||
.noinit_RAM2 (NOLOAD) : ALIGN(4)
|
.noinit_RAM2 (NOLOAD) : ALIGN(4)
|
||||||
|
@ -292,7 +292,7 @@ SECTIONS
|
|||||||
PROVIDE(__end_bss_RamAHB_ETB16 = .) ;
|
PROVIDE(__end_bss_RamAHB_ETB16 = .) ;
|
||||||
} > RamAHB_ETB16 AT> RamAHB_ETB16
|
} > RamAHB_ETB16 AT> RamAHB_ETB16
|
||||||
|
|
||||||
/* MAIN BSS SECTION */
|
/* MAIN BSS SECTION: EDIT change to RamLoc40 */
|
||||||
.bss : ALIGN(4)
|
.bss : ALIGN(4)
|
||||||
{
|
{
|
||||||
_bss = .;
|
_bss = .;
|
||||||
@ -305,7 +305,7 @@ SECTIONS
|
|||||||
PROVIDE(__end_bss_RAM = .) ;
|
PROVIDE(__end_bss_RAM = .) ;
|
||||||
PROVIDE(__end_bss_RamLoc32 = .) ;
|
PROVIDE(__end_bss_RamLoc32 = .) ;
|
||||||
PROVIDE(end = .);
|
PROVIDE(end = .);
|
||||||
} > RamLoc32 AT> RamLoc32
|
} > RamLoc40 AT> RamLoc40 /* > RamLoc32 AT> RamLoc32 */
|
||||||
|
|
||||||
/* NOINIT section for RamLoc40 */
|
/* NOINIT section for RamLoc40 */
|
||||||
.noinit_RAM2 (NOLOAD) : ALIGN(4)
|
.noinit_RAM2 (NOLOAD) : ALIGN(4)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user