commit | afaddc7717bddafefbf2ec1833a806987288c700 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Feb 11 13:23:22 2022 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Mar 02 10:28:12 2022 -0500 |
tree | a967217794999e714aaa8d97663b835774c38cbb | |
parent | 2a0fa983f76cf51a7f094d28c2a7e14b1183d883 [diff] |
moveconfig: Correct pylint errors Fix two pylint errors in this file. Note ACTION_SPL_NOT_EXIST is not defined so the dead code can be removed. Signed-off-by: Simon Glass <sjg@chromium.org>