qconfig: Correct unhashable-type error with --scan-source
authorSimon Glass <sjg@chromium.org>
Thu, 27 Feb 2025 19:27:19 +0000 (12:27 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 18 Mar 2025 14:17:30 +0000 (08:17 -0600)
commit301c2ab729447b0f7c602e054c3f22a5a9df1b24
tree3fe091045cfa3ce6f614f65c2189491f365546b4
parent2ac91756ad9124a607af81fda1eafc436934ad4a
qconfig: Correct unhashable-type error with --scan-source

This gives an error with newer Python version, so fix it.

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