diff --git a/include/export/common/bl_common_exp.h b/include/export/common/bl_common_exp.h index 8f0901765..2cc7c54b2 100644 --- a/include/export/common/bl_common_exp.h +++ b/include/export/common/bl_common_exp.h @@ -39,8 +39,8 @@ *****************************************************************************/ typedef struct image_info { param_header_t h; - uintptr_t image_base; /* physical address of base of image */ - uint32_t image_size; /* bytes read from image file */ + uintptr_t image_base; /* physical address of base of image */ + uint32_t image_size; /* bytes read from image file */ uint32_t image_max_size; } image_info_t;