fdt: Make it easier to debug u-boot.dtsi files
authorSimon Glass <sjg@chromium.org>
Fri, 17 Dec 2021 03:59:23 +0000 (20:59 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 23 Dec 2021 15:24:39 +0000 (10:24 -0500)
commited96683e009c9349005821ce790bc080ef572c22
tree543ae20e4bb7071be720563c7a3a5350d7c90b96
parent8e0768124ffe683acb82cd70afad798f974382d1
fdt: Make it easier to debug u-boot.dtsi files

At present one must hack the Makefile to see what is going on with these
files. Also it doesn't quite work correctly.

Fix this by using an environment variable for debugging. Update the docs
also.

Signed-off-by: Simon Glass <sjg@chromium.org>
scripts/Makefile.lib
tools/binman/binman.rst