Re: [U-Boot] [PATCH 13/53] patman: Update tout to avoid open-coding the debug levels

2019-07-29 Thread sjg
Use the debug level constants instead of open-coding them in the file. Signed-off-by: Simon Glass --- tools/patman/tout.py | 18 +++--- 1 file changed, 7 insertions(+), 11 deletions(-) Applied to u-boot-dm, thanks! ___ U-Boot mailing list

[U-Boot] [PATCH 13/53] patman: Update tout to avoid open-coding the debug levels

2019-07-20 Thread Simon Glass
Use the debug level constants instead of open-coding them in the file. Signed-off-by: Simon Glass --- tools/patman/tout.py | 18 +++--- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/tools/patman/tout.py b/tools/patman/tout.py index ae04c30f1db..2a384851b0d 100644 --