X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=common%2Fiomux.c;h=7cfd9f2e916206d1938e37071a651eb37d3bec4b;hb=361377dbdbc9f0f59b954248a696ad46ad5036b7;hp=cf4da45707522635d1f4f2ba3f4e2f9eacdae961;hpb=1a4596601fd395f3afb8f82f3f840c5e00bdd57a;p=oweals%2Fu-boot.git diff --git a/common/iomux.c b/common/iomux.c index cf4da45707..7cfd9f2e91 100644 --- a/common/iomux.c +++ b/common/iomux.c @@ -1,15 +1,15 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2008 * Gary Jennejohn, DENX Software Engineering GmbH, garyj@denx.de. - * - * SPDX-License-Identifier: GPL-2.0+ */ #include +#include #include #include -#ifdef CONFIG_CONSOLE_MUX +#if CONFIG_IS_ENABLED(CONSOLE_MUX) void iomux_printdevs(const int console) { int i; @@ -144,4 +144,4 @@ int iomux_doenv(const int console, const char *arg) free(cons_set); return 0; } -#endif /* CONFIG_CONSOLE_MUX */ +#endif /* CONSOLE_MUX */