diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-10-17 22:30:16 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-11-17 07:44:13 -0500 |
commit | 9e65b01ac57f7be2bbc17c9f4c0ee43fab22221e (patch) | |
tree | c5f968d9ac7fa0ed039539436e54d80dd6f66d03 /include/fdt.h | |
parent | d6a0c78a4efb1353f4ec6f6c59c0771298510f58 (diff) | |
download | u-boot-9e65b01ac57f7be2bbc17c9f4c0ee43fab22221e.tar.gz u-boot-9e65b01ac57f7be2bbc17c9f4c0ee43fab22221e.tar.bz2 u-boot-9e65b01ac57f7be2bbc17c9f4c0ee43fab22221e.zip |
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.h | 2 |
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" |