commit | e979909e75b86a7e67133b6a67acc4785d817dce | [log] [tgz] |
---|---|---|
author | Rafal Jaworowski <raj@semihalf.com> | Fri Aug 11 12:35:52 2006 +0200 |
committer | Rafal Jaworowski <raj@pollux.denx.de> | Fri Aug 11 12:35:52 2006 +0200 |
tree | f457aa5402f910ecb32fc8e10228a45a025e947c | |
parent | a2e7ef06bc06e4cc2a4da5876503c181ca7acbe3 [diff] [blame] |
Fix PCI-Express on PPC440SPe rev. A.
diff --git a/board/amcc/yucca/yucca.c b/board/amcc/yucca/yucca.c index a6589ec..af12839 100644 --- a/board/amcc/yucca/yucca.c +++ b/board/amcc/yucca/yucca.c
@@ -1032,6 +1032,7 @@ continue; yucca_setup_pcie_fpga_rootpoint(i); + if (ppc440spe_init_pcie_rootport(i)) { printf("PCIE%d: initialization failed\n", i); continue;