commit | 7d637c122d772e472a211f6aa3f33cbe3c3e243c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Dec 23 08:11:23 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 05 12:24:41 2021 -0700 |
tree | a6a2c95c4e97af74e48c73cf60d931cca31b9df7 | |
parent | 161dac1dd86fdc4e819b32ab12f656d8d738f95a [diff] |
dtoc: Convert _drivers to a dict At present this member holds a simple list of driver names. Update it to be a dict of DriverInfo, with the name being the key. This will allow more information to be added about each driver, in future patches. Signed-off-by: Simon Glass <sjg@chromium.org>