commit | cb80ff20f2c8392f19248418f9a19a0474661860 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon May 03 16:48:58 2021 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 07 10:17:54 2021 -0400 |
tree | a4a4ca65c3d6bb8331c0ba9746f300d9709abf7c | |
parent | c48b781581f6c3b24cb40241e90296b0e7f7a30f [diff] |
bootstage: Eliminate when not enabled When we do not have bootstage enabled, rather than include an empty dummy function, we just don't reference it. This saves us space in some tight builds. This also shows a few cases where show_boot_progress was incorrectly guarded before. Cc: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com>