[PATCH 2/6] moveconfig: Convert to ArgumentParser

Simon Glass sjg at chromium.org
Sun Dec 19 00:33:14 CET 2021


Hi Heinrich,

On Sat, 18 Dec 2021 at 15:32, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
>
> On 12/18/21 22:54, Simon Glass wrote:
> > This is a newer library and is now preferred for Python scripts. Update
> > the code to use it instead of optparse
> >
> > Use 'args' instead of 'options' throughout, since this is the term used
> > in that module. Also it helps to avoid confusion with CONFIG options, a
> > term that is used in this file.
> >
> > Signed-off-by: Simon Glass <sjg at chromium.org>
>
> The patch is not applicable to origin/master:
>
> $ git am 02.patch
> Applying: moveconfig: Convert to ArgumentParser
> error: patch failed: tools/moveconfig.py:1648
> error: tools/moveconfig.py: patch does not apply
> Patch failed at 0001 moveconfig: Convert to ArgumentParser
>

Sorry, this patch is on top of the previous series which is based on
-next. Please see u-boot-dm/move-working for the full tree.

Regards,
Simon


More information about the U-Boot mailing list