aboutsummaryrefslogtreecommitdiff
path: root/targets/corstone-300/platform.ld
diff options
context:
space:
mode:
authorPer Åstrand <per.astrand@arm.com>2021-02-19 13:45:26 +0100
committerPer Åstrand <per.astrand@arm.com>2021-02-24 15:58:56 +0100
commit81e01af108cd006e0e12aacd2b2a0bb1a0ce8684 (patch)
tree0ec4a5dde2de792fba76bb03d7df4fb90014b6bd /targets/corstone-300/platform.ld
parentea650ac6a492edcdf487f17875ad6446a51397a5 (diff)
downloadethos-u-core-platform-81e01af108cd006e0e12aacd2b2a0bb1a0ce8684.tar.gz
Use mobilenet_v2 for freertos test application
Replace the CPU-only network with mobilenet_v2_1.0_224. The header files in this commit are the same as the model data in the trustzone application, see the README.md in applications/trustzone_inference for details on how to generate them from source on Arm ML-Zoo repository on github. Change-Id: I8d3cfd6313fd5d98880cf1b24511208ca12faa05
Diffstat (limited to 'targets/corstone-300/platform.ld')
-rw-r--r--targets/corstone-300/platform.ld4
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/corstone-300/platform.ld b/targets/corstone-300/platform.ld
index 937bc4c..9365756 100644
--- a/targets/corstone-300/platform.ld
+++ b/targets/corstone-300/platform.ld
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009-2020 Arm Limited. All rights reserved.
+ * Copyright (c) 2009-2021 Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*
@@ -260,7 +260,7 @@ SECTIONS
.sram :
{
. = ALIGN(16);
- *(.bss.ethosu_fast_memory);
+ *(.bss.ethosu_scratch);
. = ALIGN(16);
} > SRAM AT > SRAM