summaryrefslogtreecommitdiffstats
path: root/commands/reset.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/reset.c')
-rw-r--r--commands/reset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/reset.c b/commands/reset.c
index 1cc3702ff9..25e34d681c 100644
--- a/commands/reset.c
+++ b/commands/reset.c
@@ -3,7 +3,7 @@
static int cmd_reset (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
{
- do_reset();
+ reset_cpu(0);
/* Not reached */
return 1;