commit | f3a58c8a7858bfb38456aae7cadecdfbd0f3da98 | [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 | 0199d19349ee0e5cc65dae4a453eb9c4074fb685 [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>