]> git.baikalelectronics.ru Git - uboot.git/commit
dtoc: Show driver warnings once at the end
authorSimon Glass <sjg@chromium.org>
Fri, 26 Mar 2021 03:17:25 +0000 (16:17 +1300)
committerSimon Glass <sjg@chromium.org>
Tue, 6 Apr 2021 04:33:19 +0000 (16:33 +1200)
commit83feb6876eca33d712c1ad390bd0eabcd462be21
tree5bab45c29f12e205d199e58a9e5bcaf9c889737f
parentd3124732386ac680d1183410b94b9efbdde2c478
dtoc: Show driver warnings once at the end

At present warnings are shown as soon as they are discovered in the
source scannner. But the function that detects them may be called multiple
times.

Collect all the warnings and show them at the end.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/dtoc/dtb_platdata.py
tools/dtoc/src_scan.py
tools/dtoc/test_dtoc.py
tools/dtoc/test_src_scan.py