commit | 20751d661cdf9ff7bfb20a5bc8b6cf73aedff6b3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 11 19:04:03 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 05 11:47:56 2022 -0400 |
tree | 6ca2c6f4e736db8fd8bedabf329efc9c15c4d56a | |
parent | 127a2394aa09008fb86beb0eccc11e0d5c489a4c [diff] |
buildman: Split out Boards into its own file Use a separate file for the Boards class so that its name matches the module name. Fix up the function names to match the pylint style and fix some other warnings. Signed-off-by: Simon Glass <sjg@chromium.org>