From 3de7bf0e6b1ad2608014096c8192f13229b2e9d7 Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Fri, 29 Aug 2008 21:53:57 +0200 Subject: cmd_terminal: remove no need ifdef Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- common/cmd_terminal.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'common') diff --git a/common/cmd_terminal.c b/common/cmd_terminal.c index 8871607..57943c1 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 */ -- cgit v1.1