Hi Marek, On Thu, 4 Nov 2021 at 20:02, Simon Glass <s...@chromium.org> wrote: > > On Wed, 3 Nov 2021 at 08:20, Marek Vasut <ma...@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 <ma...@denx.de> > > Cc: Simon Glass <s...@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 <s...@chromium.org>
This patch and the next one fail to build (make qcheck). Can you please take a look? Regards, Simon