summaryrefslogtreecommitdiff
path: root/plat/common/plat_bl1_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'plat/common/plat_bl1_common.c')
-rw-r--r--plat/common/plat_bl1_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/common/plat_bl1_common.c b/plat/common/plat_bl1_common.c
index a1972629..4b1f2334 100644
--- a/plat/common/plat_bl1_common.c
+++ b/plat/common/plat_bl1_common.c
@@ -89,7 +89,7 @@ int bl1_plat_handle_post_image_load(unsigned int image_id)
/* Get the image descriptor */
image_desc = bl1_plat_get_image_desc(BL2_IMAGE_ID);
- assert(image_desc);
+ assert(image_desc != NULL);
/* Get the entry point info */
ep_info = &image_desc->ep_info;