aboutsummaryrefslogtreecommitdiff
path: root/bl1/aarch64
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2015-10-27 15:52:33 +0000
committerSandrine Bailleux <sandrine.bailleux@arm.com>2015-11-02 09:28:17 +0000
commitee5c2b1382255cba3fc3d473ee8445efdba160ad (patch)
tree5d84e01597eb7f7477b605b9625ea939814ad64a /bl1/aarch64
parent68a68c925f6d2b9266b53fb6257b58ff720c3bcd (diff)
downloadtrusted-firmware-a-ee5c2b1382255cba3fc3d473ee8445efdba160ad.tar.gz
Improve display_boot_progress() function
- Remove out-dated information about the use of printf() in the function comment. - Make the argument const, as the function doesn't need to modify it. - Rename the function into bl1_print_bl31_ep_info() to make its purpose clearer. Change-Id: I2a9d215a37f0ec11aefce0c5c9e050473b7a6b25
Diffstat (limited to 'bl1/aarch64')
-rw-r--r--bl1/aarch64/bl1_exceptions.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/bl1/aarch64/bl1_exceptions.S b/bl1/aarch64/bl1_exceptions.S
index ef390d46fe..0bd0485714 100644
--- a/bl1/aarch64/bl1_exceptions.S
+++ b/bl1/aarch64/bl1_exceptions.S
@@ -195,7 +195,7 @@ func smc_handler64
b.ne unexpected_sync_exception
mov x0, x20
- bl display_boot_progress
+ bl bl1_print_bl31_ep_info
ldp x0, x1, [x20, #ENTRY_POINT_INFO_PC_OFFSET]
msr elr_el3, x0