X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=board%2Fbuffalo%2Flsxl%2Flsxl.c;h=31d532b75294a56c1fa1afb001ebac3cb3b33839;hb=b8e09898919e23c5d7f1934be7bf9a3a6f0deb0e;hp=2d01ac25d85e13684f92a88ebe6e7fbc215a59cc;hpb=336aee50cf55d4d98ddf3a4412c18286e7f0a4c0;p=platform%2Fkernel%2Fu-boot.git diff --git a/board/buffalo/lsxl/lsxl.c b/board/buffalo/lsxl/lsxl.c index 2d01ac2..31d532b 100644 --- a/board/buffalo/lsxl/lsxl.c +++ b/board/buffalo/lsxl/lsxl.c @@ -1,14 +1,18 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (c) 2012 Michael Walle * Michael Walle * * Based on sheevaplug/sheevaplug.c by * Marvell Semiconductor - * - * SPDX-License-Identifier: GPL-2.0+ */ #include +#include +#include +#include +#include +#include #include #include #include @@ -19,6 +23,8 @@ #include #include #include +#include +#include #include "lsxl.h" @@ -264,7 +270,7 @@ int misc_init_r(void) } #endif -#ifdef CONFIG_SHOW_BOOT_PROGRESS +#if CONFIG_IS_ENABLED(BOOTSTAGE) void show_boot_progress(int progress) { if (progress > 0)