summaryrefslogtreecommitdiffstats
path: root/lib/libfdt/fdt.h
Commit message (Collapse)AuthorAgeFilesLines
* libfdt: change fdt.h to a wrapper of scripts/dtc/libfdt/*Masahiro Yamada2017-11-171-67/+0
| | | | | | | | | 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>
* fdt: Move header files into lib/libfdtSimon Glass2017-06-021-0/+67
These header files are actually part of libfdt. Move them there to make it easier to build pylibfdt and easier to merge changes from upstream. Update the license header to use SPDX at the same time. Signed-off-by: Simon Glass <sjg@chromium.org>