commit | 3e4b51e8d6dc86c0ea80552a1d2e19756b19e4a1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue May 14 15:53:43 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 10 16:52:45 2019 -0600 |
tree | fd3e6131f2e444d514bc1df338c18e01b1cf2524 | |
parent | 1d0ebf7d636ea923cafb45d2b0f61200b26e4198 [diff] |
tools: dtoc: Open all binary files in binary mode Fix an open() statement to use binary mode, so that it works as expected with Python 3. Signed-off-by: Simon Glass <sjg@chromium.org>