summaryrefslogtreecommitdiff
path: root/scripts/cmake/platforms/mps3/sse-310/mps3-sse-310.sct
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/cmake/platforms/mps3/sse-310/mps3-sse-310.sct')
-rw-r--r--scripts/cmake/platforms/mps3/sse-310/mps3-sse-310.sct7
1 files changed, 2 insertions, 5 deletions
diff --git a/scripts/cmake/platforms/mps3/sse-310/mps3-sse-310.sct b/scripts/cmake/platforms/mps3/sse-310/mps3-sse-310.sct
index c49f628..691e6ee 100644
--- a/scripts/cmake/platforms/mps3/sse-310/mps3-sse-310.sct
+++ b/scripts/cmake/platforms/mps3/sse-310/mps3-sse-310.sct
@@ -1,4 +1,4 @@
-; SPDX-FileCopyrightText: Copyright 2021, 2023 Arm Limited and/or its affiliates <open-source-office@arm.com>
+; SPDX-FileCopyrightText: Copyright 2021, 2023-2024 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");
@@ -42,7 +42,7 @@ LOAD_REGION_0 0x11000000 0x00200000
* (InRoot$$Sections)
; Essentially only RO (code + data)
- .ANY (+RO)
+ .ANY (+RO +RO-DATA)
}
;-----------------------------------------------------
@@ -51,9 +51,6 @@ LOAD_REGION_0 0x11000000 0x00200000
;-----------------------------------------------------
data.bin 0x110A0000 ALIGN 8 0x00060000
{
- ; Any RO-DATA
- .ANY (+RO-DATA)
-
; Any R/W and/or zero initialised data
.ANY(+RW +ZI)
}