Fix type mismatches in verbose logging
authorDan Handley <dan.handley@arm.com>
Mon, 23 Mar 2015 18:13:33 +0000 (18:13 +0000)
committerDan Handley <dan.handley@arm.com>
Mon, 27 Apr 2015 17:05:06 +0000 (18:05 +0100)
commit1b70db06ff8dcd34c4d6ad5a3499f602318d376d
tree96fe88cef925e6d0cc612d92aadb188449b3ae76
parent71a844453735d93c389969f6b781673654936029
Fix type mismatches in verbose logging

Commit dad2504 adds support for type checking in printf-like
functions. Some of the VERBOSE logging statements were not updated
at that time.

Fix the type mismatches in the verbose logging statements.

Change-Id: Idd9a49e41cc0dc31f7698e220819d934e3d2d10e
bl32/tsp/tsp_interrupt.c
common/bl_common.c