]> git.sur5r.net Git - u-boot/blobdiff - board/bmw/bmw.c
Merge with /home/git/u-boot
[u-boot] / board / bmw / bmw.c
index 25a710f436f6c972f85f38e1a1e7554de7f13315..485e050b19a65319a5b272326b32ff64193a4ec5 100644 (file)
@@ -27,7 +27,6 @@
 #include <command.h>
 #include <malloc.h>
 #include <devices.h>
-#include <syscall.h>
 #include <net.h>
 #include <version.h>
 #include <dtt.h>
@@ -94,15 +93,12 @@ int misc_init_f (void)
 }
 
 
-
-
-
 /*
  * Initialize PCI Devices, report devices found.
  */
 struct pci_controller hose;
 
-void pci_init (void)
+void pci_init_board (void)
 {
     pci_mpc824x_init(&hose);
     /* pci_dev_init(0); */