summaryrefslogtreecommitdiff
path: root/common/fdt_support.c
diff options
context:
space:
mode:
authorJun Nie <jun.nie@linaro.org>2018-07-04 23:47:08 +0800
committerJun Nie <jun.nie@linaro.org>2018-07-05 10:46:47 +0800
commitf3acbea45b9573fc474eab11ced203deb0d1057d (patch)
tree987daeb76ef27698f300615d45f3c2f443b3b391 /common/fdt_support.c
parent656b87f1a7093f3205435a58fcef4d61de3db2f2 (diff)
libfdt: use internal libfdt headerlinaro-20180712-001linaro-bpi
U-Boot failed to build host tools because tools include libfdt headers from /usr/include/ instead of using internal ones. Signed-off-by: Jun Nie <jun.nie@linaro.org>
Diffstat (limited to 'common/fdt_support.c')
-rw-r--r--common/fdt_support.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/fdt_support.c b/common/fdt_support.c
index 7ccf8b19fd..bdbad6439d 100644
--- a/common/fdt_support.c
+++ b/common/fdt_support.c
@@ -13,7 +13,7 @@
#include <linux/ctype.h>
#include <linux/types.h>
#include <asm/global_data.h>
-#include <libfdt.h>
+#include <linux/libfdt.h>
#include <fdt_support.h>
#include <exports.h>
#include <fdtdec.h>