mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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>
This commit is contained in:
parent
48a4ee50e4
commit
4ae6a91a86
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue