]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_fdos.c
ppc4xx: 405EX: Correctly enable USB pins
[u-boot] / common / cmd_fdos.c
index dc02b3595c2a64035faf7021e7a3013b459c87ee..f9da98ddcc7e9491345435aedfa752fad4d861a6 100644 (file)
@@ -31,7 +31,7 @@
 #include <command.h>
 #include <fdc.h>
 
-#if (CONFIG_COMMANDS & CFG_CMD_FDOS)
+#if defined(CONFIG_CMD_FDOS)
 
 /*-----------------------------------------------------------------------------
  * do_fdosboot --
@@ -154,4 +154,4 @@ U_BOOT_CMD(
        "[directory]\n"
 );
 
-#endif /* CONFIG_COMMANDS & CFG_CMD_FDOS */
+#endif