]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cpu/pxa/cpu.c
arm: unify reset command
[people/ms/u-boot.git] / cpu / pxa / cpu.c
index ab58d39efcdc32a8da8e01eef060ad4aca1b9dfb..3a1be57f44a7a351db33e91d455b45d1ea96e9e2 100644 (file)
@@ -74,18 +74,6 @@ int cleanup_before_linux (void)
        return (0);
 }
 
-int do_reset (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
-{
-       printf ("resetting ...\n");
-
-       udelay (50000);                         /* wait 50 ms */
-       disable_interrupts ();
-       reset_cpu (0);
-
-       /*NOTREACHED*/
-       return (0);
-}
-
 /* flush I/D-cache */
 static void cache_flush (void)
 {