]> git.sur5r.net Git - u-boot/blobdiff - board/tb0229/tb0229.c
[MIPS] Introduce _machine_restart
[u-boot] / board / tb0229 / tb0229.c
index 61c2e9bd36606f00872c90bd082f12b1f223513e..d08b4224516da4b74eabd2f5061bccfad6a404a3 100644 (file)
 #include <common.h>
 #include <command.h>
 #include <asm/addrspace.h>
-#include <asm/inca-ip.h>
 #include <asm/io.h>
+#include <asm/reboot.h>
 #include <pci.h>
 
+void _machine_restart(void)
+{
+       void (*f)(void) = (void *) 0xbfc00000;
+
+       f();
+}
+
 #if defined(CONFIG_PCI)
 static struct pci_controller hose;