[U-Boot] [PATCH] 85xx: Init pci ethernet cards if we enable any on MPC8572DS

Kumar Gala galak at kernel.crashing.org
Sat Aug 8 17:43:50 CEST 2009


Signed-off-by: Kumar Gala <galak at kernel.crashing.org>
---
 board/freescale/mpc8572ds/mpc8572ds.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/board/freescale/mpc8572ds/mpc8572ds.c b/board/freescale/mpc8572ds/mpc8572ds.c
index 59d7519..7c05093 100644
--- a/board/freescale/mpc8572ds/mpc8572ds.c
+++ b/board/freescale/mpc8572ds/mpc8572ds.c
@@ -562,7 +562,7 @@ int board_eth_init(bd_t *bis)
 
 	tsec_eth_init(bis, tsec_info, num);
 
-	return 0;
+	return pci_eth_init(bis);
 }
 #endif
 
-- 
1.6.0.6



More information about the U-Boot mailing list