mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 17:48:54 +08:00
Replace all __attribute__((section(x)) with locate_data(x)
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Gustavo Henrique Nihei
parent
b3f9ffbe72
commit
007adc7736
@@ -81,7 +81,7 @@ SECTIONS
|
||||
|
||||
/* Emit the the D3 power domain section for locating BDMA data
|
||||
*
|
||||
* Static data with __attribute__ ((section (".sram4"))) will be located
|
||||
* Static data with locate_data(".sram4") will be located
|
||||
* at start of SRAM4; the rest of SRAM4 will be added to the heap.
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user