]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_portio.c
Remove #ifdef CONFIG_SC520 in source code
[u-boot] / common / cmd_portio.c
index bfe33e3a8cbd5f0166dcf4bf29fc4fcd568695b9..c88fcd5e451b415ff652378ccdb256c726d4ce88 100644 (file)
 #include <common.h>
 #include <command.h>
 
-#if 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