summaryrefslogtreecommitdiff
path: root/common/cmd_misc.c
diff options
context:
space:
mode:
authorMichael Brandt <Michael.Brandt@stericsson.com>2009-12-03 17:02:35 +0100
committerMichael Brandt <Michael.Brandt@stericsson.com>2009-12-03 17:02:35 +0100
commitecde8243a8351725ff598f42c88ded154f8a0f1e (patch)
tree62b6c69684c7270eb8fdd3ef4666a5f9c4fb8b8f /common/cmd_misc.c
parent4f47f2f1c8c46ac87c4e0a5708f950fdb59a2a17 (diff)
parentbcb324d68f7955c1136dafc944eb55db8ebaa601 (diff)
Merge branch 'master' of http://git.denx.de/u-boot
Diffstat (limited to 'common/cmd_misc.c')
-rw-r--r--common/cmd_misc.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/common/cmd_misc.c b/common/cmd_misc.c
index b97537ecd..b0ced2f3b 100644
--- a/common/cmd_misc.c
+++ b/common/cmd_misc.c
@@ -49,17 +49,6 @@ int do_sleep (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
return 0;
}
-/* Implemented in $(CPU)/interrupts.c */
-#if defined(CONFIG_CMD_IRQ)
-int do_irqinfo (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]);
-
-U_BOOT_CMD(
- irqinfo, 1, 1, do_irqinfo,
- "print information about IRQs",
- ""
-);
-#endif
-
U_BOOT_CMD(
sleep , 2, 1, do_sleep,
"delay execution for some time",