[PATCH 2/3] bootstage: Fix up remaining bootstage config misuse
Simon Glass
sjg at chromium.org
Sat Nov 13 22:32:14 CET 2021
Hi Marek,
On Thu, 4 Nov 2021 at 20:02, Simon Glass <sjg at chromium.org> wrote:
>
> 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>
This patch and the next one fail to build (make qcheck). Can you
please take a look?
Regards,
Simon
More information about the U-Boot
mailing list