]> git.baikalelectronics.ru Git - uboot.git/commit
patman: Update fmap code for Python 3
authorSimon Glass <sjg@chromium.org>
Sat, 18 May 2019 04:00:48 +0000 (22:00 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 10 Jul 2019 22:52:58 +0000 (16:52 -0600)
commit4dbde40e6ef901d6917255fd647ef148dc6aae15
tree7935b7c4e364522366504342cad4bf659dfa6d79
parentf16b28b66d5bed04df926915f12e1600f988c773
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>
tools/binman/etype/fmap.py
tools/binman/fmap_util.py