-
- Downloads
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>
Showing
- arch/x86/cpu/cpu.c 2 additions, 0 deletionsarch/x86/cpu/cpu.c
- board/Seagate/dockstar/dockstar.c 2 additions, 0 deletionsboard/Seagate/dockstar/dockstar.c
- board/Seagate/goflexhome/goflexhome.c 2 additions, 0 deletionsboard/Seagate/goflexhome/goflexhome.c
- board/bosch/shc/board.c 3 additions, 3 deletionsboard/bosch/shc/board.c
- board/buffalo/lsxl/lsxl.c 1 addition, 1 deletionboard/buffalo/lsxl/lsxl.c
- board/k+p/kp_imx53/kp_imx53.c 2 additions, 0 deletionsboard/k+p/kp_imx53/kp_imx53.c
- board/st/stv0991/stv0991.c 1 addition, 1 deletionboard/st/stv0991/stv0991.c
- common/init/board_init.c 2 additions, 0 deletionscommon/init/board_init.c
- common/spl/spl.c 2 additions, 0 deletionscommon/spl/spl.c
- include/bootstage.h 3 additions, 1 deletioninclude/bootstage.h
Loading
Please register or sign in to comment