From 1e8ff7145c6be51f295d8e235472a6455aee1ac3 Mon Sep 17 00:00:00 2001 From: Greg Ungerer Date: Sat, 10 Sep 2011 18:40:34 +1000 Subject: KS8695: convert KS8695 eth driver to CONFIG_MULTI_ETH Trivial conversion of the ks8695eth driver to a CONFIG_MULTI_ETH type driver. Signed-off-by: Greg Ungerer --- board/cm4008/cm4008.c | 4 ++++ board/cm41xx/cm41xx.c | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'board') diff --git a/board/cm4008/cm4008.c b/board/cm4008/cm4008.c index 63296f0..2e8d948 100644 --- a/board/cm4008/cm4008.c +++ b/board/cm4008/cm4008.c @@ -74,6 +74,10 @@ int board_late_init (void) return 0; } +int board_eth_init(bd_t *bis) +{ + return ks8695_eth_initialize(); +} int board_init (void) { diff --git a/board/cm41xx/cm41xx.c b/board/cm41xx/cm41xx.c index 9a6d89f..72fd64d 100644 --- a/board/cm41xx/cm41xx.c +++ b/board/cm41xx/cm41xx.c @@ -74,6 +74,10 @@ int board_late_init (void) return 0; } +int board_eth_init(bd_t *bis) +{ + return ks8695_eth_initialize(); +} int board_init (void) { -- cgit v1.1