]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit074d8be215f68a6c93de5e9f39125f042b78e499
tree543ae20e4bb7071be720563c7a3a5350d7c90b96
parentde396f2efcb393df909980c319fa18332083bb6d
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