]> git.ipfire.org Git - people/ms/u-boot.git/commit
integrator: stop calling pci_init() twice
authorLinus Walleij <linus.walleij@linaro.org>
Sat, 21 Jan 2012 13:13:19 +0000 (13:13 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Mon, 27 Feb 2012 20:19:24 +0000 (21:19 +0100)
commit4ae6a91a86279c78c773f570057919dffecee484
treefda70058dec80a27cab2b2327ca00cb19506e2d8
parent48a4ee50e4d02a54eb64fb3292c0b274e79e8519
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>
board/armltd/integrator/integrator.c