From f521be94ac5017dc6be02e6344aef2bd68dc8343 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonny=20Sv=C3=A4rd?= Date: Mon, 1 Mar 2021 14:35:49 +0100 Subject: Rename .bss.NoInit section to .bss.tensor_arena Change-Id: I660cd5d2bc73eaf589598c4f0570f5e9293de28d --- targets/corstone-300/platform.ld | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'targets/corstone-300/platform.ld') 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 -- cgit v1.2.1