mirror of
https://github.com/pvvx/RTL00MP3.git
synced 2025-07-31 12:41:06 +00:00
update
This commit is contained in:
parent
4d4f8c1b29
commit
e423a86f64
12 changed files with 38 additions and 22 deletions
|
@ -210,7 +210,7 @@
|
|||
#define SDIO_ROM_BSS_SECTION \
|
||||
SECTION(".sdio.rom.bss")
|
||||
#define SDIO_ROM_TEXT_SECTION \
|
||||
SECTION(".sdio.rom.text")
|
||||
SECTION(".sdio.rom.text")
|
||||
|
||||
//3 SRAM Config Section
|
||||
#define SRAM_BD_DATA_SECTION \
|
||||
|
@ -219,6 +219,9 @@
|
|||
#define SRAM_BF_DATA_SECTION \
|
||||
SECTION(".bfsram.data")
|
||||
|
||||
#define SRAM_HEAP_SECTION \
|
||||
SECTION(".sram.heap")
|
||||
|
||||
|
||||
#define START_RAM_FUN_SECTION \
|
||||
SECTION(".start.ram.data")
|
||||
|
@ -277,7 +280,7 @@
|
|||
|
||||
|
||||
#define IMAGE2_START_RAM_FUN_SECTION \
|
||||
SECTION(".image2.ram.data")
|
||||
SECTION(".image2.ram.data")
|
||||
|
||||
#define SDRAM_DATA_SECTION \
|
||||
SECTION(".sdram.data")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue