]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
libfdt: Add fdt_find_regions()
authorSimon Glass <sjg@chromium.org>
Thu, 13 Jun 2013 22:10:08 +0000 (15:10 -0700)
committerTom Rini <trini@ti.com>
Wed, 26 Jun 2013 14:18:56 +0000 (10:18 -0400)
commit3e06cd1f97792b4bc3882de1ac99f031fb0eaa80
tree0e446d007942ebcbc96e0a4f2c63c5be8a24c786
parent399c744b22459585dc2dda2cb7353b3026e28e18
libfdt: Add fdt_find_regions()

Add a function to find regions in device tree given a list of nodes to
include and properties to exclude.

See the header file for full documentation.

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