]> git.baikalelectronics.ru Git - uboot.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)
commit3e3348817282d1e67dc4120658e2e79173b8257d
tree4e0e496dcb78cda515653739788a6fa5658e1d76
parentf32c416b833b119662db5ff36f952dd66fae4f64
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