]> git.baikalelectronics.ru Git - arm-tf.git/commit
Improve display_boot_progress() function
authorSandrine Bailleux <sandrine.bailleux@arm.com>
Tue, 27 Oct 2015 15:52:33 +0000 (15:52 +0000)
committerSandrine Bailleux <sandrine.bailleux@arm.com>
Mon, 2 Nov 2015 09:28:17 +0000 (09:28 +0000)
commitee5c2b1382255cba3fc3d473ee8445efdba160ad
tree5d84e01597eb7f7477b605b9625ea939814ad64a
parent68a68c925f6d2b9266b53fb6257b58ff720c3bcd
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
bl1/aarch64/bl1_exceptions.S
bl1/bl1_main.c