summaryrefslogtreecommitdiff
path: root/scripts/cmake/platforms/mps3/sse-300/mps3-sse-300-debug.ld
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/cmake/platforms/mps3/sse-300/mps3-sse-300-debug.ld')
-rw-r--r--scripts/cmake/platforms/mps3/sse-300/mps3-sse-300-debug.ld6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/cmake/platforms/mps3/sse-300/mps3-sse-300-debug.ld b/scripts/cmake/platforms/mps3/sse-300/mps3-sse-300-debug.ld
index d30d5e4..6531403 100644
--- a/scripts/cmake/platforms/mps3/sse-300/mps3-sse-300-debug.ld
+++ b/scripts/cmake/platforms/mps3/sse-300/mps3-sse-300-debug.ld
@@ -78,7 +78,7 @@ SECTIONS
* This code is instead placed on BRAM. See comment in the BRAM
* section for details.
*/
- *(EXCLUDE_FILE(*all_ops_resolver.o
+ *(EXCLUDE_FILE(*MicroMutableAllOpsResolver*.obj
*hal.c.obj
*_allocator.o
*flatbuffer*.o
@@ -245,11 +245,11 @@ SECTIONS
/**
* Place the all ops resolver code data here. This accounts
- * for ~4k worth of saving on the ITCM load region. It is
+ * for ~9k worth of saving on the ITCM load region. It is
* only designed to be included (by default) for the inference
* runner use case.
**/
- *all_ops_resolver.o (*.text*)
+ *MicroMutableAllOpsResolver*.obj (*.text*)
. = ALIGN(4);
*hal.c.obj (*.text*)
. = ALIGN(4);