Merge "fix(stm32mp1): include assert.h to fix build failure" into integration

This commit is contained in:
Madhukar Pappireddy 2022-05-17 18:42:32 +02:00 committed by TrustedFirmware Code Review
commit d8701fa5bd
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <assert.h>
#include <common/desc_image_load.h>
#include <plat/common/platform.h>