commit | 7e6952df36a28b570818ee1fd36b07c41ef14aea | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri May 17 22:00:34 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 10 16:52:58 2019 -0600 |
tree | 7f57d478fb0ad58d670f9f878d7e36c144e12ba8 | |
parent | 194b8d5e71a41dbb839fdaa49677b146e6a0fb5d [diff] |
dtoc: Move BytesToValue() out of the Prop class This method does not actually use any members of the Prop class. Move it out of the class so that it is easier to add unit tests. Signed-off-by: Simon Glass <sjg@chromium.org>