]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_portio.c
ppc4xx: Add AMCC Arches board support (dual 460GT)
[u-boot] / common / cmd_portio.c
index 6a074829e7248e87b89866d89b7ef49e040a5287..c88fcd5e451b415ff652378ccdb256c726d4ce88 100644 (file)
 #include <common.h>
 #include <command.h>
 
-#if (CONFIG_COMMANDS & CFG_CMD_PORTIO) || defined(CONFIG_CMD_PORTIO)
-
-extern int cmd_get_data_size (char *arg, int default_size);
-
 /* Display values from last command.
  * Memory modify remembered values are different from display memory.
  */
@@ -165,5 +161,3 @@ U_BOOT_CMD(
        "[.b, .w, .l] port\n"
        "    - read datum from IO port\n"
 );
-
-#endif /* CFG_CMD_PORTIO */