summaryrefslogtreecommitdiff
path: root/cpu/arm920t
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-04-05 13:08:03 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-04-05 13:08:03 +0200
commitab298231518675b3784aea88ee9b978438f99e63 (patch)
tree774df07fe02e24146628c38c725009a1c879039e /cpu/arm920t
parentb3acb6cd4059dfb29a5e99095d802717f53ff784 (diff)
arm: unify reset command
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'cpu/arm920t')
-rw-r--r--cpu/arm920t/cpu.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/cpu/arm920t/cpu.c b/cpu/arm920t/cpu.c
index 08c9339a3..87c1adc59 100644
--- a/cpu/arm920t/cpu.c
+++ b/cpu/arm920t/cpu.c
@@ -72,14 +72,6 @@ int cleanup_before_linux (void)
return 0;
}
-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)
{