initial try to make DSM G-600 support
[u-boot.git] / cpu / mpc824x / cpu.c
index 4effb12..c1ca0a5 100644 (file)
@@ -95,6 +95,7 @@ int checkdcache (void)
 #ifndef CONFIG_LINKSTATION
 int do_reset (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 {
+#if 0
        ulong msr, addr;
 
        /* Interrupts and MMU off */
@@ -124,6 +125,7 @@ int do_reset (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 #endif
        ((void (*)(void)) addr) ();
        return 1;
+#endif
 
 }
 #endif