fdt: Move header files into lib/libfdt
authorSimon Glass <sjg@chromium.org>
Sat, 27 May 2017 13:38:15 +0000 (07:38 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 2 Jun 2017 16:16:46 +0000 (10:16 -0600)
commita2b2caae5a351809a3648bd95e8498c3370ab052
treee9d38d26b4bbff0d0dddc6e71ad16b46cd040a6e
parentc40bfbadf26cc1f1b281a99bed31c173b1a51dd4
fdt: Move header files into lib/libfdt

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>
include/fdt.h
include/libfdt.h
lib/libfdt/fdt.h [new file with mode: 0644]
lib/libfdt/libfdt.h [new file with mode: 0644]