aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadhukar Pappireddy <madhukar.pappireddy@arm.com>2022-05-17 18:42:32 +0200
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2022-05-17 18:42:32 +0200
commitd8701fa5bd476aa33c11a8c641a88bcd72600c17 (patch)
treee9888b8f36e811824d1c6c8a3f6ab3d57c3fdb9d
parentee211d0864de0c3fe75095519ee4ff6c198eadd3 (diff)
parent570c71b20a195ade510f5d584c69325d2634c50b (diff)
downloadtrusted-firmware-a-d8701fa5bd476aa33c11a8c641a88bcd72600c17.tar.gz
Merge "fix(stm32mp1): include assert.h to fix build failure" into integration
-rw-r--r--plat/st/stm32mp1/plat_image_load.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plat/st/stm32mp1/plat_image_load.c b/plat/st/stm32mp1/plat_image_load.c
index 76af0fc68a..f68eb38693 100644
--- a/plat/st/stm32mp1/plat_image_load.c
+++ b/plat/st/stm32mp1/plat_image_load.c
@@ -4,6 +4,8 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
+#include <assert.h>
+
#include <common/desc_image_load.h>
#include <plat/common/platform.h>