Merge "fix(xilinx): add headers to resolve compile time issue" into integration

This commit is contained in:
Manish V Badarkhe 2023-08-07 12:34:12 +02:00 committed by TrustedFirmware Code Review
commit 838917296d

View file

@ -4,8 +4,10 @@
* SPDX-License-Identifier: BSD-3-Clause
*
*/
#include <common/debug.h>
#include <common/fdt_fixup.h>
#include <common/fdt_wrappers.h>
#include <libfdt.h>
#include <plat_fdt.h>
#include <platform_def.h>