85xx: Init pci ethernet cards if we enable any on MPC8572DS

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
Kumar Gala 2009-08-08 10:42:30 -05:00
parent 1bb61b69f7
commit b560ab85ed
1 changed files with 2 additions and 1 deletions

View File

@ -34,6 +34,7 @@
#include <libfdt.h>
#include <fdt_support.h>
#include <tsec.h>
#include <netdev.h>
#include "../common/pixis.h"
#include "../common/sgmii_riser.h"
@ -562,7 +563,7 @@ int board_eth_init(bd_t *bis)
tsec_eth_init(bis, tsec_info, num);
return 0;
return pci_eth_init(bis);
}
#endif