fdt: Add fdt_first/next_region() functions
authorSimon Glass <sjg@chromium.org>
Tue, 23 Jun 2015 21:38:27 +0000 (15:38 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 21 Jul 2015 23:39:20 +0000 (17:39 -0600)
commitc3c4c00563abfca63f5b846f4f4f6fc390e58563
tree756cd781da4f729c2fb3cc5f63ff06f8a18d101a
parent8f6e2e1ee17bb1ecce03518b8eceda6965617477
fdt: Add fdt_first/next_region() functions

These have been sent upstream but not accepted to libfdt. For now, bring
these into U-Boot to enable fdtgrep to operate. We will use fdtgrep to
cut device tree files down for SPL.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/libfdt.h
lib/libfdt/Makefile
lib/libfdt/fdt_region.c [new file with mode: 0644]