summaryrefslogtreecommitdiff
path: root/include/fdt.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-10-17 22:30:16 +0900
committerTom Rini <trini@konsulko.com>2017-11-17 07:44:13 -0500
commit9e65b01ac57f7be2bbc17c9f4c0ee43fab22221e (patch)
treec5f968d9ac7fa0ed039539436e54d80dd6f66d03 /include/fdt.h
parentd6a0c78a4efb1353f4ec6f6c59c0771298510f58 (diff)
libfdt: change fdt.h to a wrapper of scripts/dtc/libfdt/*
Fortunately, U-Boot did not modify fdt.h locally. Change it to a wrapper of scripts/dtc/libfdt/fdt.h, which will be periodically synced with the upstream DTC (or kernel). Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'include/fdt.h')
-rw-r--r--include/fdt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fdt.h b/include/fdt.h
index f40b56c755..b97b3f2bcc 100644
--- a/include/fdt.h
+++ b/include/fdt.h
@@ -1 +1 @@
-#include "../lib/libfdt/fdt.h"
+#include "../scripts/dtc/libfdt/fdt.h"