commit | e09223c6d1ad6dcc7d88ef7b2235d0bed524ed7f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 27 08:49:46 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 05 19:33:45 2020 -0700 |
tree | aade4618c7168efe95a72e4466350513ce1549fd | |
parent | 81c54b31a1e01cece21931d43b4ef85220bdf9ac [diff] |
dm: core: Add ofnode_get_chosen_prop() Add a function to read a property from the chosen node, providing access to its length. Update ofnode_get_chosen_string() to make use of it. Signed-off-by: Simon Glass <sjg@chromium.org>