]> git.ipfire.org Git - people/ms/u-boot.git/commit
buildman: Fix bloat option when 'new' only drops functions
authorTom Rini <trini@konsulko.com>
Mon, 22 May 2017 17:48:52 +0000 (13:48 -0400)
committerSimon Glass <sjg@chromium.org>
Fri, 9 Jun 2017 02:21:59 +0000 (20:21 -0600)
commitd5686a61d64a7c7424d6d4c93ac60cf5e324f3ad
treeb60ef0a9ddcc6fc2f3104eb5533e4f043df3af5c
parente2bc87d41ce866b30721d5b8ee395efefecd9bef
buildman: Fix bloat option when 'new' only drops functions

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 <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/buildman/builder.py