]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_portio.c
ppc4xx: 405EX: Correctly enable USB pins
[u-boot] / common / cmd_portio.c
index 6a074829e7248e87b89866d89b7ef49e040a5287..bfe33e3a8cbd5f0166dcf4bf29fc4fcd568695b9 100644 (file)
@@ -30,7 +30,7 @@
 #include <common.h>
 #include <command.h>
 
-#if (CONFIG_COMMANDS & CFG_CMD_PORTIO) || defined(CONFIG_CMD_PORTIO)
+#if defined(CONFIG_CMD_PORTIO)
 
 extern int cmd_get_data_size (char *arg, int default_size);
 
@@ -166,4 +166,4 @@ U_BOOT_CMD(
        "    - read datum from IO port\n"
 );
 
-#endif /* CFG_CMD_PORTIO */
+#endif