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:
c05aa03
)
test_fdt: Move to use Python 3
author
Simon Glass
<sjg@chromium.org>
Thu, 31 Oct 2019 13:42:54 +0000
(07:42 -0600)
committer
Simon Glass
<sjg@chromium.org>
Tue, 5 Nov 2019 01:15:32 +0000
(18:15 -0700)
Update this test to use Python 3 to meet the 2020 deadline.
Signed-off-by: Simon Glass <sjg@chromium.org>
tools/dtoc/test_fdt.py
patch
|
blob
|
history
diff --git
a/tools/dtoc/test_fdt.py
b/tools/dtoc/test_fdt.py
index 028c8cbaa80b1f582749eeba93d3679234b7fbd9..3316757e61e3ede85355587edc4dd9c290c10838 100755
(executable)
--- a/
tools/dtoc/test_fdt.py
+++ b/
tools/dtoc/test_fdt.py
@@
-1,4
+1,4
@@
-#!/usr/bin/
python
+#!/usr/bin/
env python3
# SPDX-License-Identifier: GPL-2.0+
# Copyright (c) 2018 Google, Inc
# Written by Simon Glass <sjg@chromium.org>