]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitee7f8912d0053aebb3e11daebe14dfc92eb0f010
treee9d38d26b4bbff0d0dddc6e71ad16b46cd040a6e
parent8a6b220602dcb000b04736107afa63aafb11d0fe
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]