]> git.baikalelectronics.ru Git - uboot.git/commit
patman: Add a -D option to enable debugging
authorSimon Glass <sjg@chromium.org>
Mon, 6 Jul 2020 03:41:59 +0000 (21:41 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 20 Jul 2020 17:37:47 +0000 (11:37 -0600)
commit2ee9c84181d56bf28090ca9fb10f629a77e0561e
tree1b3d54353ca610865d12519b34ee09ab794bebb0
parent0deb4d2715ac58a5588814e076dd1241ceb3bb60
patman: Add a -D option to enable debugging

Most users don't want to see traceback errors. Add an option to enable
them for debugging. Disable them by default.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/main.py