Re: [U-Boot] [PATCH 14/21] Add a simple script to remove boards

2019-05-18 Thread Simon Glass
Hi Chris, On Wed, 15 May 2019 at 01:54, Chris Packham wrote: > > On Wed, May 15, 2019 at 9:54 AM 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 p

Re: [U-Boot] [PATCH 14/21] Add a simple script to remove boards

2019-05-15 Thread Chris Packham
On Wed, May 15, 2019 at 9:54 AM 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 > --- Did you mean to include this

[U-Boot] [PATCH 14/21] Add a simple script to remove boards

2019-05-14 Thread Simon Glass
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 --- tools/rmboard.py | 150 +++ 1 file changed, 150