summaryrefslogtreecommitdiffstats
path: root/common/cmd_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/cmd_misc.c')
-rw-r--r--common/cmd_misc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/cmd_misc.c b/common/cmd_misc.c
index c0c6b8f05a..126b538ce8 100644
--- a/common/cmd_misc.c
+++ b/common/cmd_misc.c
@@ -27,8 +27,6 @@
#include <common.h>
#include <command.h>
-#if defined(CONFIG_CMD_MISC)
-
int do_sleep (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
{
ulong start = get_timer(0);
@@ -68,5 +66,3 @@ U_BOOT_CMD(
"N\n"
" - delay execution for N seconds (N is _decimal_ !!!)\n"
);
-
-#endif
OpenPOWER on IntegriCloud