]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commite1a137ce426d18b5cd0571877f09d178de13c8f7
tree8164b210b7788aae0e86ce143e35240013b9d0c6
parent985f3ed6c65571cd1ff619d6227a4005be9255ba
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