projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a90df2b
)
binman: Move to use Python 3
author
Simon Glass
<sjg@chromium.org>
Thu, 31 Oct 2019 13:43:05 +0000
(07:43 -0600)
committer
Simon Glass
<sjg@chromium.org>
Tue, 5 Nov 2019 01:15:32 +0000
(18:15 -0700)
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
patch
|
blob
|
history
diff --git
a/tools/binman/binman.py
b/tools/binman/binman.py
index 8bd5868df26a4b11e510897d57ad88ca1a79a1b2..9e6fd7211754cd192718a566918e6072f7e93106 100755
(executable)
--- a/
tools/binman/binman.py
+++ b/
tools/binman/binman.py
@@
-1,4
+1,4
@@
-#!/usr/bin/env python
2
+#!/usr/bin/env python
3
# SPDX-License-Identifier: GPL-2.0+
# Copyright (c) 2016 Google, Inc