diff options
author | Rafal Jaworowski <raj@semihalf.com> | 2006-08-11 12:35:52 +0200 |
---|---|---|
committer | Rafal Jaworowski <raj@pollux.denx.de> | 2006-08-11 12:35:52 +0200 |
commit | 36b904a7fdc170a69eb94975b0e506dc2a73fa82 (patch) | |
tree | f457aa5402f910ecb32fc8e10228a45a025e947c /board/amcc/yucca/yucca.c | |
parent | 692519b1edfd5803cd2a841921492889f46f0ce3 (diff) |
Fix PCI-Express on PPC440SPe rev. A.
Diffstat (limited to 'board/amcc/yucca/yucca.c')
-rw-r--r-- | board/amcc/yucca/yucca.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/amcc/yucca/yucca.c b/board/amcc/yucca/yucca.c index a6589ec26..af12839c2 100644 --- a/board/amcc/yucca/yucca.c +++ b/board/amcc/yucca/yucca.c @@ -1032,6 +1032,7 @@ void pcie_setup_hoses(void) continue; yucca_setup_pcie_fpga_rootpoint(i); + if (ppc440spe_init_pcie_rootport(i)) { printf("PCIE%d: initialization failed\n", i); continue; |