summaryrefslogtreecommitdiff
path: root/include/lib
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 /include/lib
parentf59821d51255f14e0ac00eef7bc98ef75c686876 (diff)
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 'include/lib')
-rw-r--r--include/lib/cpus/aarch64/cpu_macros.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lib/cpus/aarch64/cpu_macros.S b/include/lib/cpus/aarch64/cpu_macros.S
index 72c35fb6..f34f0783 100644
--- a/include/lib/cpus/aarch64/cpu_macros.S
+++ b/include/lib/cpus/aarch64/cpu_macros.S
@@ -46,7 +46,7 @@ CPU_MIDR: /* cpu_ops midr */
CPU_RESET_FUNC: /* cpu_ops reset_func */
.space 8
#endif
-#if IMAGE_BL31 /* The power down core and cluster is needed only in BL3-1 */
+#if IMAGE_BL31 /* The power down core and cluster is needed only in BL31 */
CPU_PWR_DWN_CORE: /* cpu_ops core_pwr_dwn */
.space 8
CPU_PWR_DWN_CLUSTER: /* cpu_ops cluster_pwr_dwn */