]> git.dujemihanovic.xyz Git - u-boot.git/commit
dtoc: Warn of duplicate drivers
authorSimon Glass <sjg@chromium.org>
Wed, 3 Feb 2021 13:01:06 +0000 (06:01 -0700)
committerSimon Glass <sjg@chromium.org>
Mon, 22 Mar 2021 06:23:27 +0000 (19:23 +1300)
commit1d97269756a60945e3b9690074d1814198ce5a4e
tree4e0e496dcb78cda515653739788a6fa5658e1d76
parent8d6f2d359e7cf5a6960d55281ee378fac7db0bbb
dtoc: Warn of duplicate drivers

If drivers have the same name then we cannot distinguish them. This only
matters if the driver is actually used by dtoc, but in that case, issue
a warning.

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