commit | 2a0fa983f76cf51a7f094d28c2a7e14b1183d883 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Feb 11 13:23:21 2022 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Mar 02 10:28:12 2022 -0500 |
tree | 6dd7acacde4eeb633865ed5d5b246f0a594b7359 | |
parent | 2b160074b6aa440894da4f96a5959e454d3ab5c6 [diff] |
binman: Correct pylint errors Fix pylint errors that can be fixed and mask those that seem to be incorrect. A complication with binman is that it tries to avoid importing libfdt (or anything that imports it) unless needed, so that things like help still work if it is missing. Note that two tests are duplicated in binman and two others have duplicate names, so both of these issues are fixed also. Signed-off-by: Simon Glass <sjg@chromium.org>