summaryrefslogtreecommitdiffstats
path: root/board/amcc/katmai
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2009-02-11 09:29:33 +0100
committerStefan Roese <sr@denx.de>2009-02-12 06:08:07 +0100
commitcef0efaf2fa55d1f25066cfb02bd984c27f9ca31 (patch)
tree4113967bd7997858743ec5be8357249f74915030 /board/amcc/katmai
parentc645012aefebb301e6907d148c6c8efacac049d4 (diff)
downloadblackbird-obmc-uboot-cef0efaf2fa55d1f25066cfb02bd984c27f9ca31.tar.gz
blackbird-obmc-uboot-cef0efaf2fa55d1f25066cfb02bd984c27f9ca31.zip
ppc4xx: Fix problem with board_eth_init() vs cpu_eth_init() on AMCC boards
Some AMCC eval boards do have a board_eth_init() function calling pci_eth_init(). These boards need to call cpu_eth_init() explicitly now with the new eth_init rework. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/amcc/katmai')
-rw-r--r--board/amcc/katmai/katmai.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/amcc/katmai/katmai.c b/board/amcc/katmai/katmai.c
index b6c0c11ef2..e078ba4f9c 100644
--- a/board/amcc/katmai/katmai.c
+++ b/board/amcc/katmai/katmai.c
@@ -451,5 +451,6 @@ int post_hotkeys_pressed(void)
int board_eth_init(bd_t *bis)
{
+ cpu_eth_init(bis);
return pci_eth_init(bis);
}
OpenPOWER on IntegriCloud