]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fdt: Add fdt_first/next_region() functions
authorSimon Glass <sjg@chromium.org>
Tue, 23 Jun 2015 21:38:27 +0000 (15:38 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:34:26 +0000 (13:34 +0200)
commit3499d6a5369b3577a6687ea5e4d6fef5372c61d9
tree60360adce598c3c300bc52fa0690d5fc92ba5845
parent782abf42d6bbd7c98a97a231516a826ef20d6742
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]