From 744d60aab4e0173e21564fde092884c10267a6cc Mon Sep 17 00:00:00 2001 From: Akshay Belsare Date: Wed, 19 Jul 2023 10:07:50 +0530 Subject: [PATCH] fix(xilinx): add headers to resolve compile time issue Add common/debug.h and libfdt.h files to the common file for XILINX_OF_BOARD_DTB_ADDR configuration. Signed-off-by: Akshay Belsare Change-Id: I577cc018eda34e186e48594a62c54eb55f11bbd3 --- plat/xilinx/common/plat_fdt.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plat/xilinx/common/plat_fdt.c b/plat/xilinx/common/plat_fdt.c index 3d12d5159..dc3e89300 100644 --- a/plat/xilinx/common/plat_fdt.c +++ b/plat/xilinx/common/plat_fdt.c @@ -4,8 +4,10 @@ * SPDX-License-Identifier: BSD-3-Clause * */ +#include #include #include +#include #include #include