mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 12:41:32 +00:00
genboardscfg.py: drop python version comment
genboardscfg.py requires python 3.x since commit 3bc14098d8
("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>
This commit is contained in:
parent
1526bcce0f
commit
3166014d57
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue