]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ppc4xx: Fix msg "initialization as root-complex failed" upon PCIe scan
authorStefan Roese <sr@denx.de>
Fri, 2 Oct 2009 12:35:16 +0000 (14:35 +0200)
committerStefan Roese <sr@denx.de>
Wed, 7 Oct 2009 07:13:46 +0000 (09:13 +0200)
commit06dfaeef52a5f773ae4292432e3c74ff52ead316
tree90a3e2c700aabead7e4b637a4cd9572005f260fd
parent54f5f056aa1daa3e39bad1c5c3fb43a72cdb9e84
ppc4xx: Fix msg "initialization as root-complex failed" upon PCIe scan

This message is printed upon PCIe bus scan, not only upon error, but also
if no PCIe device is detected at all. Since this is not an error, let's
remove this message in this case. We already have the message
"link is not up." if there is no PCIe device present.

Signed-off-by: Stefan Roese <sr@denx.de>
Acked-by: Wolfgang Denk <wd@denx.de>
board/amcc/canyonlands/canyonlands.c
board/amcc/katmai/katmai.c
board/amcc/kilauea/kilauea.c
board/amcc/makalu/makalu.c
board/amcc/yucca/yucca.c
cpu/ppc4xx/4xx_pcie.c