summaryrefslogtreecommitdiff
path: root/bl2/bl2_image_load_v2.c
diff options
context:
space:
mode:
authorRoberto Vargas <roberto.vargas@arm.com>2018-02-12 12:36:17 +0000
committerRoberto Vargas <roberto.vargas@arm.com>2018-04-13 14:01:56 +0100
commit8cb4762841e767b4946059df63eb570d3068a02b (patch)
tree45786c9772f9ebd92ec279168e77f23e88a1d936 /bl2/bl2_image_load_v2.c
parent93883a293145f6c85b3fc8c219f400e28b7d1491 (diff)
Fix MISRA rule 8.3 Part 1
Rule 8.3: All declarations of an object or function shall use the same names and type qualifiers. Fixed for: make DEBUG=1 PLAT=fvp LOG_LEVEL=50 all Change-Id: I32d6fbce03bb4830ed5bf521afe7063505c6ed79 Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>
Diffstat (limited to 'bl2/bl2_image_load_v2.c')
-rw-r--r--bl2/bl2_image_load_v2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bl2/bl2_image_load_v2.c b/bl2/bl2_image_load_v2.c
index d95c6b28..0f40785d 100644
--- a/bl2/bl2_image_load_v2.c
+++ b/bl2/bl2_image_load_v2.c
@@ -21,7 +21,7 @@
* This function loads SCP_BL2/BL3x images and returns the ep_info for
* the next executable image.
******************************************************************************/
-entry_point_info_t *bl2_load_images(void)
+struct entry_point_info *bl2_load_images(void)
{
bl_params_t *bl2_to_next_bl_params;
bl_load_info_t *bl2_load_info;