commit | 616933dd477e2197338e9ed1a230a86bfbee275c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri May 17 22:00:48 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 10 16:52:58 2019 -0600 |
tree | 7935b7c4e364522366504342cad4bf659dfa6d79 | |
parent | cb7b8d721cf48629c4e486cefa48da50fc9f0d9d [diff] |
patman: Update fmap code for Python 3 This needs special care to ensure that the bytes type is used for binary data. Add conversion code to deal with strings and bytes correctly. Signed-off-by: Simon Glass <sjg@chromium.org>