From 922d2992bbb2dae379bde9b16a3714e19b698dc5 Mon Sep 17 00:00:00 2001 From: Davide Grohmann Date: Wed, 8 Jun 2022 13:12:24 +0200 Subject: Fix: add missing ethosu_core_*_queue mapping in scatter file To match the GNU ld definitions. This also solves a problem with scatter loading when data is compressed (seen in message_handler). Change-Id: I50a27d1cb0ff9fd96f84ecf41b7f21c8306b03d1 --- targets/corstone-310/platform.scatter | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/targets/corstone-310/platform.scatter b/targets/corstone-310/platform.scatter index 94d34e1..fe5d3d1 100644 --- a/targets/corstone-310/platform.scatter +++ b/targets/corstone-310/platform.scatter @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2022 Arm Limited. All rights reserved. + * Copyright (c) 2019-2022 Arm Limited. * * SPDX-License-Identifier: Apache-2.0 * @@ -138,6 +138,9 @@ LOAD_REGION_DDR DDR_START DDR_SIZE * (input_data_sec) * (expected_output_data_sec) * (output_data_sec) + + * (ethosu_core_in_queue) + * (ethosu_core_out_queue) } #if (ETHOSU_ARENA == 1) -- cgit v1.2.1