Re: [PATCH 5/9] moveconfig: Correct pylint errors

2022-03-02 Thread Tom Rini
On Fri, Feb 11, 2022 at 01:23:22PM -0700, Simon Glass wrote: > 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 Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

[PATCH 5/9] moveconfig: Correct pylint errors

2022-02-11 Thread Simon Glass
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 --- tools/moveconfig.py | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tools/moveconfig.py b/tools/moveconfig.py index 1bcf58caf1..d