summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun Nie <jun.nie@linaro.org>2019-02-28 11:37:48 +0800
committerBryan O'Donoghue <bryan.odonoghue@linaro.org>2019-05-28 17:07:54 +0100
commitb4b62b411ac267699f71b7241fed35a734a277b7 (patch)
tree3f1a82b95d16843a9d07c560a44b6cbb276e8f50
parentc3eddcf1cbbb15dea406013295ca0b679ad18293 (diff)
pico: fix build failure due to header path
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 af8430b6b..765859621 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[];