commit | 5d43445f7cbf1a1fd8fe450e96437286de492861 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Jun 22 16:54:07 2017 +0900 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 11 10:08:20 2017 -0600 |
tree | b017e93d09d9f577658be4591c44a3d77fe71e1d | |
parent | 9cf85cb71c8b539de3d2f582e80777066d2b5f99 [diff] |
dm: ofnode: simplify ofnode_read_bool() Reuse ofnode_get_property() to simplify the implementation. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Simon Glass <sjg@chromium.org>