summaryrefslogtreecommitdiff
path: root/scripts/cmake/platforms/simple_platform/simple_platform.sct
diff options
context:
space:
mode:
authorRichard Burton <richard.burton@arm.com>2023-11-13 15:21:11 +0000
committerRichard <richard.burton@arm.com>2023-11-13 15:30:39 +0000
commit4865c4fc171d6b0eb6e2b470f123ff81e45a34f8 (patch)
treea5dc36d8d843331bc7d14abff10d2a34627498e1 /scripts/cmake/platforms/simple_platform/simple_platform.sct
parent392a51e62e254bbf128b833996c7f77cbc7d3fc2 (diff)
downloadml-embedded-evaluation-kit-4865c4fc171d6b0eb6e2b470f123ff81e45a34f8.tar.gz
Modifications to linker scripts
* Change reference to all ops resolver * Added our own 'all ops resolver' * Move Labels objects out of BRAM for simple_platform * Minor fixes to documentation Signed-off-by: Richard Burton <richard.burton@arm.com> Change-Id: I8b0d66ce83287f2bc027cfc36a1f378c97755481
Diffstat (limited to 'scripts/cmake/platforms/simple_platform/simple_platform.sct')
-rw-r--r--scripts/cmake/platforms/simple_platform/simple_platform.sct3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/cmake/platforms/simple_platform/simple_platform.sct b/scripts/cmake/platforms/simple_platform/simple_platform.sct
index 01e1b4d..f34170e 100644
--- a/scripts/cmake/platforms/simple_platform/simple_platform.sct
+++ b/scripts/cmake/platforms/simple_platform/simple_platform.sct
@@ -1,4 +1,4 @@
-; SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates <open-source-office@arm.com>
+; SPDX-FileCopyrightText: Copyright 2021, 2023 Arm Limited and/or its affiliates <open-source-office@arm.com>
; SPDX-License-Identifier: Apache-2.0
;
; Licensed under the Apache License, Version 2.0 (the "License");
@@ -99,6 +99,7 @@ LOAD_REGION_1 0x70000000 0x02000000
; labels
*.o (labels)
+ Labels.o (+RO-DATA)
; activation buffers a.k.a tensor arena when memory mode dedicated sram
*.o (activation_buf_dram)