commit | 81c54b31a1e01cece21931d43b4ef85220bdf9ac | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 27 08:49:45 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 05 19:33:45 2020 -0700 |
tree | f5199e4a2cb45617d9ddf38012645f421d616a85 | |
parent | 0c2e9802224f2b23c80fca4432e67577bebf2cc1 [diff] |
dm: core: Reimplement ofnode_read_size() Now that we have ofnode_read_prop() we can rewrite this function using that one, reducing the amount of duplicated code. Update ofnode_read_size() and move it up next to the other similar functions. Signed-off-by: Simon Glass <sjg@chromium.org>