commit | 3e06cd1f97792b4bc3882de1ac99f031fb0eaa80 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jun 13 15:10:08 2013 -0700 |
committer | Tom Rini <trini@ti.com> | Wed Jun 26 10:18:56 2013 -0400 |
tree | 0e446d007942ebcbc96e0a4f2c63c5be8a24c786 | |
parent | 399c744b22459585dc2dda2cb7353b3026e28e18 [diff] |
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>