commit | a8167d8ee2305f688d970f7ea4c38d7ca9b205ca | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 27 08:49:44 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 05 19:33:45 2020 -0700 |
tree | 758aba45e1a725e5933aa5f9684413bf70f57e40 | |
parent | 14ca9f7f5abf7b94d71cfd466fb339bf64f58bda [diff] |
dm: core: Add ofnode_read_prop() Add a new function to read a property that supports reading the length as well. Reimplement ofnode_read_string() using it and fix its comment. Signed-off-by: Simon Glass <sjg@chromium.org>