commit | 80d54ee829ba360e3f38518e0180bb3f195c7600 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri May 17 22:00:39 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 10 16:52:58 2019 -0600 |
tree | f094584065244ee8dc6ab4ec3b2e80df6c7af51f | |
parent | a57cfee7759483b6a3320e571d9b61a008a67ac0 [diff] |
dtoc: Use binary mode for reading files The .dtb files are binary so we should open them as binary files. This allows Python 3 to use the correct 'bytes' type. Signed-off-by: Simon Glass <sjg@chromium.org>