aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJuan Castillo <juan.castillo@arm.com>2015-12-14 09:35:25 +0000
committerJuan Castillo <juan.castillo@arm.com>2015-12-14 12:31:37 +0000
commitd178637d2bac46ef0d227395663c55cc46a25d73 (patch)
treed5cc70b9270853267cfbb213b1d65b39c0d2899d /tools
parentf59821d51255f14e0ac00eef7bc98ef75c686876 (diff)
downloadtrusted-firmware-a-d178637d2bac46ef0d227395663c55cc46a25d73.tar.gz
Remove dashes from image names: 'BL3-x' --> 'BL3x'
This patch removes the dash character from the image name, to follow the image terminology in the Trusted Firmware Wiki page: https://github.com/ARM-software/arm-trusted-firmware/wiki Changes apply to output messages, comments and documentation. non-ARM platform files have been left unmodified. Change-Id: Ic2a99be4ed929d52afbeb27ac765ceffce46ed76
Diffstat (limited to 'tools')
-rw-r--r--tools/fip_create/fip_create.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/fip_create/fip_create.c b/tools/fip_create/fip_create.c
index 5bb716ef71..f0d0791021 100644
--- a/tools/fip_create/fip_create.c
+++ b/tools/fip_create/fip_create.c
@@ -67,11 +67,11 @@ static entry_lookup_list_t toc_entry_lookup_list[] = {
"bl2", NULL, FLAG_FILENAME },
{ "SCP Firmware SCP_BL2", UUID_SCP_FIRMWARE_SCP_BL2,
"scp_bl2", NULL, FLAG_FILENAME},
- { "EL3 Runtime Firmware BL3-1", UUID_EL3_RUNTIME_FIRMWARE_BL31,
+ { "EL3 Runtime Firmware BL31", UUID_EL3_RUNTIME_FIRMWARE_BL31,
"bl31", NULL, FLAG_FILENAME},
- { "Secure Payload BL3-2 (Trusted OS)", UUID_SECURE_PAYLOAD_BL32,
+ { "Secure Payload BL32 (Trusted OS)", UUID_SECURE_PAYLOAD_BL32,
"bl32", NULL, FLAG_FILENAME},
- { "Non-Trusted Firmware BL3-3", UUID_NON_TRUSTED_FIRMWARE_BL33,
+ { "Non-Trusted Firmware BL33", UUID_NON_TRUSTED_FIRMWARE_BL33,
"bl33", NULL, FLAG_FILENAME},
/* Key Certificates */
{ "Root Of Trust key certificate", UUID_ROT_KEY_CERT,