aboutsummaryrefslogtreecommitdiff
path: root/targets/corstone-300/platform.ld
diff options
context:
space:
mode:
Diffstat (limited to 'targets/corstone-300/platform.ld')
-rw-r--r--targets/corstone-300/platform.ld8
1 files changed, 4 insertions, 4 deletions
diff --git a/targets/corstone-300/platform.ld b/targets/corstone-300/platform.ld
index ebf7021..8d77329 100644
--- a/targets/corstone-300/platform.ld
+++ b/targets/corstone-300/platform.ld
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009-2022 Arm Limited. All rights reserved.
+ * SPDX-FileCopyrightText: Copyright 2009-2023 Arm Limited and/or its affiliates <open-source-office@arm.com>
*
* SPDX-License-Identifier: Apache-2.0
*
@@ -135,7 +135,7 @@ SECTIONS
.text :
{
KEEP(*(.vectors))
- *(EXCLUDE_FILE(lstm_eval.*) .text*)
+ *(.text*)
KEEP(*(.init))
KEEP(*(.fini))
@@ -219,7 +219,8 @@ SECTIONS
{
__data_start__ = .;
*(vtable)
- *(EXCLUDE_FILE(lstm_eval.*) .data .data.*)
+ *(.data)
+ *(.data.*)
. = ALIGN(4);
/* preinit data */
@@ -288,7 +289,6 @@ SECTIONS
.sram.data : {
__sram_data_start__ = .;
*(.sram.data)
- lstm_eval.*(.text* .data .data.*)
__sram_data_end__ = .;
} > BRAM AT >DDR :rom_dram