diff --git a/common/cmd_terminal.c b/common/cmd_terminal.c index 88716072b3..57943c10b9 100644 --- a/common/cmd_terminal.c +++ b/common/cmd_terminal.c @@ -28,8 +28,6 @@ #include #include -#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 */