Explorar o código

integrator: stop calling pci_init() twice

The U-Boot startup infrastructure already makes sure pci_init() is
called at a proper time, calling it again from within the board
setup code will not make things better.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Linus Walleij %!s(int64=13) %!d(string=hai) anos
pai
achega
4ae6a91a86
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      board/armltd/integrator/integrator.c

+ 0 - 3
board/armltd/integrator/integrator.c

@@ -115,9 +115,6 @@ extern void cm_remap(void);
 
 int misc_init_r (void)
 {
-#ifdef CONFIG_PCI
-	pci_init();
-#endif
 	setenv("verify", "n");
 	return (0);
 }