From 4ae6a91a86279c78c773f570057919dffecee484 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Sat, 21 Jan 2012 13:13:19 +0000 Subject: 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 --- board/armltd/integrator/integrator.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'board') diff --git a/board/armltd/integrator/integrator.c b/board/armltd/integrator/integrator.c index a507c093aa..4658ac1fa2 100644 --- a/board/armltd/integrator/integrator.c +++ b/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); } -- cgit v1.2.1