rv1126-uboot/tools/dtoc
Masahiro Yamada daae0a01d6 UPSTREAM: host-tools: use python2 explicitly for shebang
All of these host tools are apparently written for Python2,
not Python3.

Use 'python2' in the shebang line according to PEP 394
(https://www.python.org/dev/peps/pep-0394/).

Change-Id: Ie56e538b0f4a234fccb460adbfd863db0712a1b0
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
(cherry picked from commit 94b13bbae90bfb94204b8fe9c531bc163e746a9f)
2020-11-02 21:26:47 +08:00
..
.gitignore
dtb_platdata.py UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00
dtoc
dtoc.py UPSTREAM: host-tools: use python2 explicitly for shebang 2020-11-02 21:26:47 +08:00
dtoc_test.dts dtoc: Add tests 2017-07-11 10:08:20 -06:00
dtoc_test_addr32.dts dtoc: Add support for 32 or 64-bit addresses 2017-09-12 16:04:36 +08:00
dtoc_test_addr32_64.dts dtoc: Add support for 32 or 64-bit addresses 2017-09-12 16:04:36 +08:00
dtoc_test_addr64.dts dtoc: Add support for 32 or 64-bit addresses 2017-09-12 16:04:36 +08:00
dtoc_test_addr64_32.dts dtoc: Add support for 32 or 64-bit addresses 2017-09-12 16:04:36 +08:00
dtoc_test_aliases.dts dtoc: Add tests 2017-07-11 10:08:20 -06:00
dtoc_test_empty.dts dtoc: Add tests 2017-07-11 10:08:20 -06:00
dtoc_test_phandle.dts dtoc: Support properties containing multiple phandle values 2017-09-12 16:04:37 +08:00
dtoc_test_simple.dts dtoc: Handle 'reg' properties with unusual sizes 2017-09-12 16:04:36 +08:00
fdt.py dtoc: Update the Fdt class to record phandles 2017-09-12 16:04:36 +08:00
fdt_util.py dtoc: Add support for 32 or 64-bit addresses 2017-09-12 16:04:36 +08:00
test_dtoc.py UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00