On Wed, 3 Nov 2021 at 08:20, Marek Vasut <[email protected]> wrote:
>
> All these macros really guard show_boot_progress() function, which
> is used only if BOOT_PROGRESS is enabled in Kconfig. Fix up the
> macro guards.
>
> Signed-off-by: Marek Vasut <[email protected]>
> Cc: Simon Glass <[email protected]>
> ---
> board/Seagate/dockstar/dockstar.c | 2 +-
> board/Seagate/goflexhome/goflexhome.c | 2 +-
> board/bosch/shc/board.c | 2 +-
> board/buffalo/lsxl/lsxl.c | 2 +-
> board/k+p/kp_imx53/kp_imx53.c | 2 +-
> board/st/stv0991/stv0991.c | 2 +-
> include/bootstage.h | 2 +-
> 7 files changed, 7 insertions(+), 7 deletions(-)
>
Reviewed-by: Simon Glass <[email protected]>