aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun Nie <jun.nie@linaro.org>2019-02-28 11:37:48 +0800
committerJun Nie <jun.nie@linaro.org>2019-02-28 11:37:48 +0800
commitd079f702fb167d2dbedef4e2ac7ab571268b2949 (patch)
tree23fac594cbd78fff7a720889028cf3bca90f7489
parent15f73461e18e4596623182fa8058416c83c055fd (diff)
pico: fix build failure due to header pathlinaro-imx7-00
We need to specify include path with full path. Signed-off-by: Jun Nie <jun.nie@linaro.org>
-rw-r--r--plat/imx/imx7/picopi/picopi_trusted_boot.c4
1 files 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 <debug.h>
-#include <platform.h>
+#include <common/debug.h>
+#include <plat/common/platform.h>
extern char picopi_rotpk_hash[], picopi_rotpk_hash_end[];