Re: [U-Boot] [PATCH v2 0/2] Detect and reject new ad-hoc CONFIG options

2016-09-14 Thread Tom Rini
On Tue, Sep 13, 2016 at 12:38:45PM -0600, Simon Glass wrote: > Hi Tom, > > On 13 September 2016 at 07:49, Tom Rini wrote: > > On Tue, Sep 13, 2016 at 07:35:42AM -0600, Simon Glass wrote: > >> Hi Tom, > >> > >> On 13 September 2016 at 07:16, Tom Rini wrote: > >> > On Mon, Sep 12, 2016 at 11:20:00

Re: [U-Boot] [PATCH v2 0/2] Detect and reject new ad-hoc CONFIG options

2016-09-13 Thread Simon Glass
Hi Tom, On 13 September 2016 at 07:49, Tom Rini wrote: > On Tue, Sep 13, 2016 at 07:35:42AM -0600, Simon Glass wrote: >> Hi Tom, >> >> On 13 September 2016 at 07:16, Tom Rini wrote: >> > On Mon, Sep 12, 2016 at 11:20:00PM -0600, Simon Glass wrote: >> > >> >> Despite the availability of Kconfig,

Re: [U-Boot] [PATCH v2 0/2] Detect and reject new ad-hoc CONFIG options

2016-09-13 Thread Tom Rini
On Tue, Sep 13, 2016 at 07:35:42AM -0600, Simon Glass wrote: > Hi Tom, > > On 13 September 2016 at 07:16, Tom Rini wrote: > > On Mon, Sep 12, 2016 at 11:20:00PM -0600, Simon Glass wrote: > > > >> Despite the availability of Kconfig, the number of ad-hoc CONFIG options in > >> U-Boot is still at o

Re: [U-Boot] [PATCH v2 0/2] Detect and reject new ad-hoc CONFIG options

2016-09-13 Thread Simon Glass
Hi Tom, On 13 September 2016 at 07:16, Tom Rini wrote: > On Mon, Sep 12, 2016 at 11:20:00PM -0600, Simon Glass wrote: > >> Despite the availability of Kconfig, the number of ad-hoc CONFIG options in >> U-Boot is still at over 8000. >> >> In February 2015 (commit 741e58e0) there were around 8387 a

Re: [U-Boot] [PATCH v2 0/2] Detect and reject new ad-hoc CONFIG options

2016-09-13 Thread Tom Rini
On Mon, Sep 12, 2016 at 11:20:00PM -0600, Simon Glass wrote: > Despite the availability of Kconfig, the number of ad-hoc CONFIG options in > U-Boot is still at over 8000. > > In February 2015 (commit 741e58e0) there were around 8387 ad-hoc CONFIGs. > As of this patch there are about 8336, only a

[U-Boot] [PATCH v2 0/2] Detect and reject new ad-hoc CONFIG options

2016-09-12 Thread Simon Glass
Despite the availability of Kconfig, the number of ad-hoc CONFIG options in U-Boot is still at over 8000. In February 2015 (commit 741e58e0) there were around 8387 ad-hoc CONFIGs. As of this patch there are about 8336, only a little fewer. One problem is that new ones are still being added, admit