commit | 151aeede0ecd21cba3a880809f4cd33ce26058f2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jul 06 10:27:26 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 09 09:11:00 2018 -0600 |
tree | 8ca1e3a5fdde927b9e51add48468ae835cd72ead | |
parent | c47c2b37e6a87d71f26b17ffa033d81b889bb814 [diff] |
dtoc: Make use of the new pylibfdt methods Now that pylibfdt supports a fuller API we don't need to directly call the libfdt stubs. Update the code to use the Fdt methods instead. Some other cases remain which will be tidied up in a later commit, since they need larger changes. Signed-off-by: Simon Glass <sjg@chromium.org>