commit | 0696ee68d9e618b7f1952686e340c31c62957e5e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri May 17 22:00:44 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 10 16:52:58 2019 -0600 |
tree | 72c4a7818ee21e558d419dbc48891edf995ca036 | |
parent | 534eda92580d17e36d1e049b22b84a8e68c4002d [diff] |
patman: Allow reading files in text mode While reading files in binary mode is the norm, sometimes we want to use text mode. Add an optional parameter to handle this. Signed-off-by: Simon Glass <sjg@chromium.org>