From 9e65b01ac57f7be2bbc17c9f4c0ee43fab22221e Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Tue, 17 Oct 2017 22:30:16 +0900 Subject: 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 --- include/fdt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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" -- cgit