]> git.sur5r.net Git - u-boot/blobdiff - board/tb0229/tb0229.c
EB+MCF-EV123 board: fix syntx error
[u-boot] / board / tb0229 / tb0229.c
index 61c2e9bd36606f00872c90bd082f12b1f223513e..921bd3adcdb524cde53362e54541e88452d8ccc6 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;
 
@@ -25,7 +32,7 @@ void pci_init_board (void)
 }
 #endif
 
-long int initdram(int board_type)
+phys_size_t initdram(int board_type)
 {
        return get_ram_size (CFG_SDRAM_BASE, 0x8000000);
 }