]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/arm1176/cpu.c
s3c64xx: move the reset_cpu function
[karo-tx-uboot.git] / cpu / arm1176 / cpu.c
index c59a77b9d823dda15bbcbdb1125b10b815be220a..d1a3327483f1af14ea8baec6beeb2587da7cb9b3 100644 (file)
@@ -58,22 +58,6 @@ int cleanup_before_linux (void)
        return 0;
 }
 
-
-/* * reset the cpu by setting up the watchdog timer and let him time out */
-void reset_cpu (ulong ignored)
-{
-       printf("reset... \n\n\n");
-       SW_RST_REG = 0x6400;
-       /* loop forever and wait for reset to happen */
-       while (1) {
-               if (serial_tstc()) {
-                       serial_getc();
-                       break;
-               }
-       }
-       /*NOTREACHED*/
-}
-
 /* flush I/D-cache */
 static void cache_flush (void)
 {