cmd_terminal: remove no need ifdef
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Fri, 29 Aug 2008 19:53:57 +0000 (21:53 +0200)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Fri, 29 Aug 2008 19:53:57 +0000 (21:53 +0200)
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
common/cmd_terminal.c

index 8871607..57943c1 100644 (file)
@@ -28,8 +28,6 @@
 #include <command.h>
 #include <devices.h>
 
-#if defined(CONFIG_CMD_TERMINAL)
-
 int do_terminal(cmd_tbl_t * cmd, int flag, int argc, char *argv[])
 {
        int i, l;
@@ -98,5 +96,3 @@ U_BOOT_CMD(
        "terminal - start terminal emulator\n",
        ""
 );
-
-#endif /* CONFIG_CMD_TERMINAL */