Re: [U-Boot] [PATCH 14/25] binman: Add a way to enable debugging from the build

2018-11-22 Thread sjg
When the build fails due to something wrong in binman it is sometimes useful to get a full backtrace showing the location of the failure. Add a BINMAN_DEBUG environment variable to support this along with some documentation. Signed-off-by: Simon Glass --- Makefile| 6 -- tools/b

[U-Boot] [PATCH 14/25] binman: Add a way to enable debugging from the build

2018-11-06 Thread Simon Glass
When the build fails due to something wrong in binman it is sometimes useful to get a full backtrace showing the location of the failure. Add a BINMAN_DEBUG environment variable to support this along with some documentation. Signed-off-by: Simon Glass --- Makefile| 6 -- tools/b