]> git.baikalelectronics.ru Git - uboot.git/commit
tools: binman: change shebang from python into python2
authorJörg Krause <joerg.krause@embedded.rocks>
Mon, 6 Mar 2017 20:07:11 +0000 (21:07 +0100)
committerTom Rini <trini@konsulko.com>
Sun, 12 Mar 2017 03:30:28 +0000 (22:30 -0500)
commit0268bdfa445f396eff46d75e6582c543eb87ae83
tree3f072e16ed85ce1e6a4889325899b6291c479b68
parent4ac328b2ff20025c40a159cc54720b423ce8defd
tools: binman: change shebang from python into python2

This tool does not work with Python 3. Change the shebang to make sure the
script is run by a Python 2 interpreter.

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
tools/binman/binman.py