]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/iomux.c
scsi: move the partition initialization out of the scsi detection
[people/ms/u-boot.git] / common / iomux.c
index 3d8d00b4486e74a0c011e1c2986c7be997fb257a..0e4e6803e7a832fe0ced120beb8d665ab3969762 100644 (file)
@@ -10,7 +10,7 @@
 #include <serial.h>
 #include <malloc.h>
 
-#ifdef CONFIG_CONSOLE_MUX
+#if CONFIG_IS_ENABLED(CONSOLE_MUX)
 void iomux_printdevs(const int console)
 {
        int i;
@@ -145,4 +145,4 @@ int iomux_doenv(const int console, const char *arg)
        free(cons_set);
        return 0;
 }
-#endif /* CONFIG_CONSOLE_MUX */
+#endif /* CONSOLE_MUX */