summaryrefslogtreecommitdiff
path: root/cpu/arm1176
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/arm1176')
-rw-r--r--cpu/arm1176/cpu.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/cpu/arm1176/cpu.c b/cpu/arm1176/cpu.c
index 8aefbe37c..bfa437835 100644
--- a/cpu/arm1176/cpu.c
+++ b/cpu/arm1176/cpu.c
@@ -79,14 +79,6 @@ void reset_cpu (ulong ignored)
/*NOTREACHED*/
}
-int do_reset (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
-{
- disable_interrupts ();
- reset_cpu (0);
- /*NOTREACHED*/
- return 0;
-}
-
/* flush I/D-cache */
static void cache_flush (void)
{