Hi Tom, On Sat, 11 May 2019 at 13:44, Tom Rini <tr...@konsulko.com> wrote: > > On Sat, May 11, 2019 at 01:23:47PM -0600, Simon Glass wrote: > > > This script attempts to create a git commit which removes a single board. > > It is quite fallible and everything it does needs checking. But it can > > help speed up the process. > > > > Signed-off-by: Simon Glass <s...@chromium.org> > > --- > > > > tools/rmboard.py | 150 +++++++++++++++++++++++++++++++++++++++++++++++ > > 1 file changed, 150 insertions(+) > > create mode 100755 tools/rmboard.py > > > > diff --git a/tools/rmboard.py b/tools/rmboard.py > > new file mode 100755 > > index 0000000000..17952f795d > > --- /dev/null > > +++ b/tools/rmboard.py > > @@ -0,0 +1,150 @@ > > +#! /usr/bin/python > > +# SPDX-License-Identifier: GPL-2.0+ > > +# Copyright 2019 Google LLC > > Is this python3 or python2? Since we have a lot of python2 stuff > currently, I want to be sure we're just adding python3 now, thanks.
It works with both (for me). I have code that fixes up patman and a few libraries as well. Will see if I can tidy it up and send it. Regards, Simon _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot