binman: Move to use Python 3
authorSimon Glass <sjg@chromium.org>
Thu, 31 Oct 2019 13:43:05 +0000 (07:43 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Nov 2019 01:15:32 +0000 (18:15 -0700)
commit388560134b99dc4cc752627d3a7e9f8c8c2a89a7
tree8164b210b7788aae0e86ce143e35240013b9d0c6
parenta90df2b17282c43600284a92bf034d81d0c49444
binman: Move to use Python 3

Update this tool to use Python 3 to meet the 2020 deadline.

Unfortunately this introduces a test failure due to a problem in pylibfdt
on Python 3. I will investigate.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/binman.py