[U-Boot] [PATCH v2 04/15] test_fdt: Move to use Python 3

Simon Glass sjg at chromium.org
Fri Oct 25 01:03:46 UTC 2019


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

Signed-off-by: Simon Glass <sjg at chromium.org>
---

Changes in v2: None

 tools/dtoc/test_fdt.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/dtoc/test_fdt.py b/tools/dtoc/test_fdt.py
index 028c8cbaa80..3316757e61e 100755
--- 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 at chromium.org>
-- 
2.24.0.rc0.303.g954a862665-goog



More information about the U-Boot mailing list