mirror of
https://github.com/pvvx/RTL00_WEB.git
synced 2025-07-31 20:31:05 +00:00
update
This commit is contained in:
parent
eac35630e6
commit
25980c5c59
16 changed files with 204 additions and 129 deletions
|
|
@ -287,6 +287,12 @@
|
|||
#define SDRAM_DATA_SECTION \
|
||||
SECTION(".sdram.data")
|
||||
|
||||
#if defined(CONFIG_SDR_EN)
|
||||
#define SDRAM_CODE_SECTION SECTION(".sdram.text")
|
||||
#else
|
||||
#define SDRAM_CODE_SECTION
|
||||
#endif
|
||||
|
||||
//3 Wlan Section
|
||||
#define WLAN_ROM_TEXT_SECTION \
|
||||
SECTION(".wlan.rom.text")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue