aboutsummaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorXinyu Zhang <xinyu.zhang@arm.com>2021-06-21 17:21:38 +0800
committerKen Liu <ken.liu@arm.com>2021-06-24 11:07:51 +0200
commitd0f6ceb0559af6ef08f4624eeac079cc07a1f077 (patch)
tree8985cc6a16d7b4e138dbf2a547781bafc722a5f4 /platform
parentda241f2f4fc8b6de78faa7215c0e7bd8b95c1ca4 (diff)
downloadtrusted-firmware-m-d0f6ceb0559af6ef08f4624eeac079cc07a1f077.tar.gz
Build: Rename ER_CODE_CMSE_VENEER with CMSE_VENEER
Remove customized region name prefix. Rename ER_CODE_CMSE_VENEER with CMSE_VENEER. Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com> Change-Id: I29e18453539a5a5bd17d3430361a8ffa5899acf7
Diffstat (limited to 'platform')
-rw-r--r--platform/ext/common/armclang/tfm_common_s.sct2
-rw-r--r--platform/ext/common/armclang/tfm_isolation_l3.sct.template2
-rw-r--r--platform/ext/target/nuvoton/m2351/device/source/armclang/m2351_s.sct2
-rw-r--r--platform/ext/target/nuvoton/m2354/device/source/armclang/m2354_s.sct2
4 files changed, 4 insertions, 4 deletions
diff --git a/platform/ext/common/armclang/tfm_common_s.sct b/platform/ext/common/armclang/tfm_common_s.sct
index 14f5ec1a0e..872b52b06a 100644
--- a/platform/ext/common/armclang/tfm_common_s.sct
+++ b/platform/ext/common/armclang/tfm_common_s.sct
@@ -255,7 +255,7 @@ LR_VENEER CMSE_VENEER_REGION_START {
* 32 bytes aligned region so that the SAU can be programmed to
* just set this region as Non-Secure Callable.
*/
- ER_CODE_CMSE_VENEER CMSE_VENEER_REGION_START CMSE_VENEER_REGION_SIZE {
+ CMSE_VENEER CMSE_VENEER_REGION_START CMSE_VENEER_REGION_SIZE {
*(Veneer$$CMSE)
}
}
diff --git a/platform/ext/common/armclang/tfm_isolation_l3.sct.template b/platform/ext/common/armclang/tfm_isolation_l3.sct.template
index 287c5a9b71..4c7b40c5c7 100644
--- a/platform/ext/common/armclang/tfm_isolation_l3.sct.template
+++ b/platform/ext/common/armclang/tfm_isolation_l3.sct.template
@@ -241,7 +241,7 @@ LR_VENEER CMSE_VENEER_REGION_START {
* 32 bytes aligned region so that the SAU can be programmed to
* just set this region as Non-Secure Callable.
*/
- ER_CODE_CMSE_VENEER CMSE_VENEER_REGION_START CMSE_VENEER_REGION_SIZE {
+ CMSE_VENEER CMSE_VENEER_REGION_START CMSE_VENEER_REGION_SIZE {
*(Veneer$$CMSE)
}
}
diff --git a/platform/ext/target/nuvoton/m2351/device/source/armclang/m2351_s.sct b/platform/ext/target/nuvoton/m2351/device/source/armclang/m2351_s.sct
index 3cb10e2935..1567b8d402 100644
--- a/platform/ext/target/nuvoton/m2351/device/source/armclang/m2351_s.sct
+++ b/platform/ext/target/nuvoton/m2351/device/source/armclang/m2351_s.sct
@@ -528,7 +528,7 @@ LR_VENEER CMSE_VENEER_REGION_START {
* 32 bytes aligned region so that the SAU can be programmed to
* just set this region as Non-Secure Callable.
*/
- ER_CODE_CMSE_VENEER CMSE_VENEER_REGION_START CMSE_VENEER_REGION_SIZE {
+ CMSE_VENEER CMSE_VENEER_REGION_START CMSE_VENEER_REGION_SIZE {
*(Veneer$$CMSE)
}
}
diff --git a/platform/ext/target/nuvoton/m2354/device/source/armclang/m2354_s.sct b/platform/ext/target/nuvoton/m2354/device/source/armclang/m2354_s.sct
index bb1b5794c7..102ed12e91 100644
--- a/platform/ext/target/nuvoton/m2354/device/source/armclang/m2354_s.sct
+++ b/platform/ext/target/nuvoton/m2354/device/source/armclang/m2354_s.sct
@@ -522,7 +522,7 @@ LR_VENEER CMSE_VENEER_REGION_START {
* 32 bytes aligned region so that the SAU can be programmed to
* just set this region as Non-Secure Callable.
*/
- ER_CODE_CMSE_VENEER CMSE_VENEER_REGION_START CMSE_VENEER_REGION_SIZE {
+ CMSE_VENEER CMSE_VENEER_REGION_START CMSE_VENEER_REGION_SIZE {
*(Veneer$$CMSE)
}
}