commit | 54cec6d23084ff3081e0ea7f03cbae158594f857 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 25 18:59:16 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sun Sep 18 21:04:39 2016 -0600 |
tree | 4f058c7234cbb8ba2400447d9c9f8fabd6d85e8c | |
parent | 32d9827df2176da21ee54e95c01f7da9d90e57bd [diff] |
dtoc: Support finding the offset of a property Add a way to find the byte offset of a property within the device tree. This is only supported with the normal libfdt implementation since fdtget does not provide this information. Signed-off-by: Simon Glass <sjg@chromium.org>