]> git.ipfire.org Git - people/ms/u-boot.git/commit
libfdt: Sync up with upstream
authorSimon Glass <sjg@chromium.org>
Sun, 2 Oct 2016 23:59:27 +0000 (17:59 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 13 Oct 2016 19:54:10 +0000 (13:54 -0600)
commit9c07b9877cf07a1a971a79ed7c2369a58c0baca2
tree916710a42689cef60b0e8725b415932c5c90eefe
parent491c7b6f42a8101f1e84cf8e13a0e23b5eca729e
libfdt: Sync up with upstream

This includes small changes to the following functions, from upstream
commit 6d1832c:

- fdt_get_max_phandle() (upstream commit 84e0e134)
- fdt_node_check_compatible (upstream commit 53bf130b)
- fdt_setprop_inplace_namelen_partial() to remove useless brackets and
     use idx instead of index
- _fdt_resize_property() to use idx instead of index
- _fdt_splice() (upstream commit d4c7c25c)

It also includes various typo fixes in libfdt.h

Signed-off-by: Simon Glass <sjg@chromium.org>
include/libfdt.h
lib/libfdt/fdt_ro.c
lib/libfdt/fdt_rw.c
lib/libfdt/fdt_wip.c