From: Kumar Gala Date: Sat, 8 Aug 2009 15:42:30 +0000 (-0500) Subject: 85xx: Init pci ethernet cards if we enable any on MPC8572DS X-Git-Tag: v2009.11-rc1~225^2~11 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b560ab85edfb68da653bf2527c390c3e182392a1;p=u-boot 85xx: Init pci ethernet cards if we enable any on MPC8572DS Signed-off-by: Kumar Gala --- diff --git a/board/freescale/mpc8572ds/mpc8572ds.c b/board/freescale/mpc8572ds/mpc8572ds.c index 59d751938e..7da70fe993 100644 --- a/board/freescale/mpc8572ds/mpc8572ds.c +++ b/board/freescale/mpc8572ds/mpc8572ds.c @@ -34,6 +34,7 @@ #include #include #include +#include #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