]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Convert to use bytes type
authorSimon Glass <sjg@chromium.org>
Sat, 18 May 2019 04:00:46 +0000 (22:00 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 10 Jul 2019 22:52:58 +0000 (16:52 -0600)
commit889bf9ee497443e575dfb40c8ba70ce21b51a05d
tree96e378365de845827a346236e1415d63a9b064ad
parentdb8b21baec7fb2d72af4de1b55b15b8d36bed981
binman: Convert to use bytes type

With Python 3 we want to use the 'bytes' type instead of 'str'. Adjust the
code accordingly so that it works on both Python 2 and Python 3.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/elf_test.py
tools/binman/etype/_testing.py
tools/binman/etype/u_boot_dtb_with_ucode.py
tools/binman/etype/u_boot_ucode.py
tools/binman/etype/vblock.py
tools/binman/ftest.py