Re: [U-Boot] [PATCH v3] moveconfig: add a second pass for empty #if/#endif blocks

2019-01-31 Thread Chris Packham
On Thu, 31 Jan 2019 19:26 Masahiro Yamada On Wed, Jan 30, 2019 at 5:55 PM Masahiro Yamada > wrote: > > > > On Wed, Jan 30, 2019 at 4:23 PM Chris Packham > wrote: > > > > > > Moveconfig already attempts to remove empty #if/#endif blocks when > there > > > is a matching CONFIG_ being moved. Add a

Re: [U-Boot] [PATCH v3] moveconfig: add a second pass for empty #if/#endif blocks

2019-01-30 Thread Masahiro Yamada
On Wed, Jan 30, 2019 at 5:55 PM Masahiro Yamada wrote: > > On Wed, Jan 30, 2019 at 4:23 PM Chris Packham wrote: > > > > Moveconfig already attempts to remove empty #if/#endif blocks when there > > is a matching CONFIG_ being moved. Add a second pass which covers files > > without a match. > > > >

Re: [U-Boot] [PATCH v3] moveconfig: add a second pass for empty #if/#endif blocks

2019-01-30 Thread Masahiro Yamada
On Wed, Jan 30, 2019 at 4:23 PM Chris Packham wrote: > > Moveconfig already attempts to remove empty #if/#endif blocks when there > is a matching CONFIG_ being moved. Add a second pass which covers files > without a match. > > Signed-off-by: Chris Packham > --- > This was previously submitted as

[U-Boot] [PATCH v3] moveconfig: add a second pass for empty #if/#endif blocks

2019-01-29 Thread Chris Packham
Moveconfig already attempts to remove empty #if/#endif blocks when there is a matching CONFIG_ being moved. Add a second pass which covers files without a match. Signed-off-by: Chris Packham --- This was previously submitted as http://patchwork.ozlabs.org/patch/924901/ there still seems to be cas