]> git.sur5r.net Git - u-boot/blobdiff - cpu/lh7a40x/cpu.c
Fix e-mail address of Gary Jennejohn.
[u-boot] / cpu / lh7a40x / cpu.c
index e862251ca2de3092e2088332896c48d276f3ba67..338df8769ef07b0e37876078d1dfa52431496d14 100644 (file)
@@ -4,7 +4,7 @@
  * Marius Groeger <mgroeger@sysgo.de>
  *
  * (C) Copyright 2002
- * Gary Jennejohn, DENX Software Engineering, <gj@denx.de>
+ * Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
  *
  * See file CREDITS for list of people who contributed to this
  * project.
@@ -73,15 +73,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)
 {