]> git.ipfire.org Git - people/ms/u-boot.git/commit
libfdt: change fdt.h to a wrapper of scripts/dtc/libfdt/*
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 17 Oct 2017 13:30:16 +0000 (22:30 +0900)
committerTom Rini <trini@konsulko.com>
Fri, 17 Nov 2017 12:44:13 +0000 (07:44 -0500)
commit9e65b01ac57f7be2bbc17c9f4c0ee43fab22221e
treec5f968d9ac7fa0ed039539436e54d80dd6f66d03
parentd6a0c78a4efb1353f4ec6f6c59c0771298510f58
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>
include/fdt.h
lib/libfdt/fdt.h [deleted file]