Skip to content
Snippets Groups Projects
Commit b560ab85 authored by Kumar Gala's avatar Kumar Gala
Browse files

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

parent 1bb61b69
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
#include <libfdt.h> #include <libfdt.h>
#include <fdt_support.h> #include <fdt_support.h>
#include <tsec.h> #include <tsec.h>
#include <netdev.h>
#include "../common/pixis.h" #include "../common/pixis.h"
#include "../common/sgmii_riser.h" #include "../common/sgmii_riser.h"
...@@ -562,7 +563,7 @@ int board_eth_init(bd_t *bis) ...@@ -562,7 +563,7 @@ int board_eth_init(bd_t *bis)
tsec_eth_init(bis, tsec_info, num); tsec_eth_init(bis, tsec_info, num);
return 0; return pci_eth_init(bis);
} }
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment