diff options
author | Baruch Siach <baruch@tkos.co.il> | 2020-01-22 14:54:24 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-01-25 12:04:36 -0500 |
commit | 3166014d572e614094e4d4345b738b94673b57a0 (patch) | |
tree | 9ecd44e6c98f4d7a5e0cf0da38a41df2fc8d6651 /tools/genboardscfg.py | |
parent | 1526bcce0f7285087621e16e6720636d01839da8 (diff) |
genboardscfg.py: drop python version comment
genboardscfg.py requires python 3.x since commit 3bc14098d8fb
("genboardscfg.py: Convert to Python 3").
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Acked-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'tools/genboardscfg.py')
-rwxr-xr-x | tools/genboardscfg.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/genboardscfg.py b/tools/genboardscfg.py index 24df13e500..4f6382bc7c 100755 --- a/tools/genboardscfg.py +++ b/tools/genboardscfg.py @@ -10,8 +10,6 @@ Converter from Kconfig and MAINTAINERS to a board database. Run 'tools/genboardscfg.py' to create a board database. Run 'tools/genboardscfg.py -h' for available options. - -Python 2.6 or later, but not Python 3.x is necessary to run this script. """ import errno |