[PATCH 2/3] bootstage: Fix up remaining bootstage config misuse
Simon Glass
sjg at chromium.org
Fri Nov 5 03:02:15 CET 2021
On Wed, 3 Nov 2021 at 08:20, Marek Vasut <marex at denx.de> 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 <marex at denx.de>
> Cc: Simon Glass <sjg at chromium.org>
> ---
> 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 <sjg at chromium.org>
More information about the U-Boot
mailing list