From 374328a7d972d53ba36ccdabfff2266ccc3d5972 Mon Sep 17 00:00:00 2001 From: Alessandro Rubini Date: Wed, 2 Feb 2011 14:06:06 -0700 Subject: Adding ethernet initialization --- board/st/u8500/u8500.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/board/st/u8500/u8500.c b/board/st/u8500/u8500.c index ec8bd2e85..343db4267 100644 --- a/board/st/u8500/u8500.c +++ b/board/st/u8500/u8500.c @@ -656,3 +656,10 @@ out: return (0); } #endif /* BOARD_LATE_INIT */ + +#ifdef CONFIG_SNOWBALL +int board_eth_init(bd_t *bis) +{ + return smc911x_initialize(0, CONFIG_SMC911X_BASE); +} +#endif -- cgit v1.2.3