commit | 0c2e9802224f2b23c80fca4432e67577bebf2cc1 | [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 | f3455969354ec9634e06f2b6c0edd3255b0bbd4e [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>