commit | 8a93ba8a645ca49eb487f69b5753529ca8bbc5f8 | [log] [tgz] |
---|---|---|
author | Madhukar Pappireddy <madhukar.pappireddy@arm.com> | Tue May 17 18:42:32 2022 +0200 |
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | Tue May 17 18:42:32 2022 +0200 |
tree | e9888b8f36e811824d1c6c8a3f6ab3d57c3fdb9d | |
parent | 548e1ea3004b3e00df6e295800710e76b973ac9b [diff] | |
parent | c8437b3a0bb453594b9de1545d80c040e28c225e [diff] |
Merge "fix(stm32mp1): include assert.h to fix build failure" into integration
diff --git a/plat/st/stm32mp1/plat_image_load.c b/plat/st/stm32mp1/plat_image_load.c index 76af0fc..f68eb38 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>