Re: [U-Boot] [PATCH v4 03/10] moveconfig: Add a parameter to accept a list to build

2015-05-19 Thread Masahiro Yamada
2015-05-20 2:58 GMT+09:00 Joe Hershberger : > Hi Masahiro-san, > > On Mon, May 18, 2015 at 11:33 PM, Masahiro Yamada > wrote: >> 2015-05-16 6:40 GMT+09:00 Joe Hershberger : >>> This is helpful to re-attempt to move failed boards from a previous run >>> without starting over. >>> >>> Signed-off-by:

Re: [U-Boot] [PATCH v4 03/10] moveconfig: Add a parameter to accept a list to build

2015-05-19 Thread Joe Hershberger
Hi Masahiro-san, On Mon, May 18, 2015 at 11:33 PM, Masahiro Yamada wrote: > 2015-05-16 6:40 GMT+09:00 Joe Hershberger : >> This is helpful to re-attempt to move failed boards from a previous run >> without starting over. >> >> Signed-off-by: Joe Hershberger >> >> --- >> >> Changes in v4: None >>

Re: [U-Boot] [PATCH v4 03/10] moveconfig: Add a parameter to accept a list to build

2015-05-18 Thread Masahiro Yamada
2015-05-16 6:40 GMT+09:00 Joe Hershberger : > This is helpful to re-attempt to move failed boards from a previous run > without starting over. > > Signed-off-by: Joe Hershberger > > --- > > Changes in v4: None > Changes in v3: > -Fixed command line options order (alphabetize) > > Changes in v2: >

[U-Boot] [PATCH v4 03/10] moveconfig: Add a parameter to accept a list to build

2015-05-15 Thread Joe Hershberger
This is helpful to re-attempt to move failed boards from a previous run without starting over. Signed-off-by: Joe Hershberger --- Changes in v4: None Changes in v3: -Fixed command line options order (alphabetize) Changes in v2: -New for version 2 tools/moveconfig.py | 26