commit | c3c4c00563abfca63f5b846f4f4f6fc390e58563 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jun 23 15:38:27 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 21 17:39:20 2015 -0600 |
tree | 756cd781da4f729c2fb3cc5f63ff06f8a18d101a | |
parent | 8f6e2e1ee17bb1ecce03518b8eceda6965617477 [diff] |
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>