summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-10-31 07:43:05 -0600
committerSimon Glass <sjg@chromium.org>2019-11-04 18:15:32 -0700
commit388560134b99dc4cc752627d3a7e9f8c8c2a89a7 (patch)
tree8164b210b7788aae0e86ce143e35240013b9d0c6
parenta90df2b17282c43600284a92bf034d81d0c49444 (diff)
downloadu-boot-388560134b99dc4cc752627d3a7e9f8c8c2a89a7.tar.gz
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>
-rwxr-xr-xtools/binman/binman.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/binman.py b/tools/binman/binman.py
index 8bd5868df2..9e6fd72117 100755
--- a/tools/binman/binman.py
+++ b/tools/binman/binman.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python3
# SPDX-License-Identifier: GPL-2.0+
# Copyright (c) 2016 Google, Inc