aboutsummaryrefslogtreecommitdiff
path: root/targets/corstone-300/platform.ld
diff options
context:
space:
mode:
Diffstat (limited to 'targets/corstone-300/platform.ld')
-rw-r--r--targets/corstone-300/platform.ld6
1 files changed, 3 insertions, 3 deletions
diff --git a/targets/corstone-300/platform.ld b/targets/corstone-300/platform.ld
index 9365756..a1cdb0e 100644
--- a/targets/corstone-300/platform.ld
+++ b/targets/corstone-300/platform.ld
@@ -253,7 +253,7 @@ SECTIONS
.sram :
{
. = ALIGN(16);
- *(.bss.NoInit)
+ *(.bss.tensor_arena)
. = ALIGN(16);
} > SRAM AT > SRAM
#else
@@ -264,10 +264,10 @@ SECTIONS
. = ALIGN(16);
} > SRAM AT > SRAM
- .bss.NoInit :
+ .bss.tensor_arena :
{
. = ALIGN(16);
- *(.bss.NoInit)
+ *(.bss.tensor_arena)
. = ALIGN(16);
} > DDR AT > DDR
#endif