From 6a80c8bbc961ab55a562e0030247419e363286f7 Mon Sep 17 00:00:00 2001 From: Jun Nie Date: Thu, 28 Feb 2019 11:37:48 +0800 Subject: pico: fix build failure due to header path We need to specify include path with full path. Signed-off-by: Jun Nie --- plat/imx/imx7/picopi/picopi_trusted_boot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plat/imx/imx7/picopi/picopi_trusted_boot.c b/plat/imx/imx7/picopi/picopi_trusted_boot.c index af8430b6..76585962 100644 --- a/plat/imx/imx7/picopi/picopi_trusted_boot.c +++ b/plat/imx/imx7/picopi/picopi_trusted_boot.c @@ -4,8 +4,8 @@ * SPDX-License-Identifier: BSD-3-Clause */ -#include -#include +#include +#include extern char picopi_rotpk_hash[], picopi_rotpk_hash_end[]; -- cgit v1.2.3