Replace all __attribute__((section(x)) with locate_data(x)

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2021-07-27 18:30:12 +08:00
committed by Gustavo Henrique Nihei
parent b3f9ffbe72
commit 007adc7736
74 changed files with 108 additions and 108 deletions
@@ -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.
*/