Re: [U-Boot] [PATCH] buildman: Fix bloat option when 'new' only drops functions

2017-06-06 Thread sjg
On 22 May 2017 at 11:48, Tom Rini wrote: > In the case where a new build only decreases sizes and does not increase > any size we still want to report what functions have been dropped when > doing a bloat comparison. > > Cc: Simon Glass > Signed-off-by: Tom Rini > --- > This is important when do

Re: [U-Boot] [PATCH] buildman: Fix bloat option when 'new' only drops functions

2017-05-23 Thread Simon Glass
On 22 May 2017 at 11:48, Tom Rini wrote: > In the case where a new build only decreases sizes and does not increase > any size we still want to report what functions have been dropped when > doing a bloat comparison. > > Cc: Simon Glass > Signed-off-by: Tom Rini > --- > This is important when do

[U-Boot] [PATCH] buildman: Fix bloat option when 'new' only drops functions

2017-05-22 Thread Tom Rini
In the case where a new build only decreases sizes and does not increase any size we still want to report what functions have been dropped when doing a bloat comparison. Cc: Simon Glass Signed-off-by: Tom Rini --- This is important when doing Kconfig migrations and a given target has only decrea