mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-14 09:39:50 +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 = .) ;
|
||||
} > RamAHB_ETB16
|
||||
|
||||
/* MAIN BSS SECTION */
|
||||
/* MAIN BSS SECTION: EDIT change to RamLoc40 */
|
||||
.bss : ALIGN(4)
|
||||
{
|
||||
_bss = .;
|
||||
@ -257,7 +257,7 @@ SECTIONS
|
||||
. = ALIGN(4) ;
|
||||
_ebss = .;
|
||||
PROVIDE(end = .);
|
||||
} > RamLoc32
|
||||
} > RamLoc40 /* RamLoc32 */
|
||||
|
||||
/* NOINIT section for RamLoc40 */
|
||||
.noinit_RAM2 (NOLOAD) : ALIGN(4)
|
||||
|
@ -292,7 +292,7 @@ SECTIONS
|
||||
PROVIDE(__end_bss_RamAHB_ETB16 = .) ;
|
||||
} > RamAHB_ETB16 AT> RamAHB_ETB16
|
||||
|
||||
/* MAIN BSS SECTION */
|
||||
/* MAIN BSS SECTION: EDIT change to RamLoc40 */
|
||||
.bss : ALIGN(4)
|
||||
{
|
||||
_bss = .;
|
||||
@ -305,7 +305,7 @@ SECTIONS
|
||||
PROVIDE(__end_bss_RAM = .) ;
|
||||
PROVIDE(__end_bss_RamLoc32 = .) ;
|
||||
PROVIDE(end = .);
|
||||
} > RamLoc32 AT> RamLoc32
|
||||
} > RamLoc40 AT> RamLoc40 /* > RamLoc32 AT> RamLoc32 */
|
||||
|
||||
/* NOINIT section for RamLoc40 */
|
||||
.noinit_RAM2 (NOLOAD) : ALIGN(4)
|
||||
|
Loading…
x
Reference in New Issue
Block a user