]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Support enabling debug in tests
authorSimon Glass <sjg@chromium.org>
Tue, 14 Nov 2017 01:55:00 +0000 (18:55 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 13 Dec 2017 02:53:45 +0000 (19:53 -0700)
commitf574ae46163f6112f62591c79b8ab96c70cad8bf
tree052690b3852f6cac6759de653cecb6659d268127
parent1eb76ed32d03c6f529b037ffc40440d35f31795d
binman: Support enabling debug in tests

The elf module can provide some debugging information to assist with
figuring out what is going wrong. This is also useful in tests. Update the
-D option so that it is passed through to tests as well.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/binman.py
tools/binman/control.py
tools/binman/elf.py
tools/binman/ftest.py