]> git.sur5r.net Git - u-boot/blobdiff - cpu/arm1176/cpu.c
ppc/85xx: add cpu init config file for boot from NAND
[u-boot] / cpu / arm1176 / cpu.c
index fbc8ea8027215154172ee33b97f06cd76981a494..d1a3327483f1af14ea8baec6beeb2587da7cb9b3 100644 (file)
 
 static void cache_flush (void);
 
-int cpu_init (void)
-{
-       return 0;
-}
-
 int cleanup_before_linux (void)
 {
        /*
@@ -63,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)
 {