Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/arm/executor_runner/Corstone-320.ld
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2025 Arm Limited and/or its affiliates.
* Copyright 2025-2026 Arm Limited and/or its affiliates.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
Expand Down Expand Up @@ -43,7 +43,7 @@ MEMORY
DTCM (rw) : ORIGIN = 0x30000000, LENGTH = 0x00008000
SRAM (rw) : ORIGIN = 0x31000000, LENGTH = 0x00400000
QSPI (rw) : ORIGIN = 0x38000000, LENGTH = 0x00800000
DDR (rw) : ORIGIN = 0x70000000, LENGTH = 0x10000000
DDR (rw) : ORIGIN = 0x70000000, LENGTH = 0x60000000
}

PHDRS
Expand Down
Loading