提交 b560ab85 编写于 作者: K Kumar Gala

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

Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
上级 1bb61b69
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册