commit | cef0efaf2fa55d1f25066cfb02bd984c27f9ca31 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Wed Feb 11 09:29:33 2009 +0100 |
committer | Stefan Roese <sr@denx.de> | Thu Feb 12 06:08:07 2009 +0100 |
tree | 4113967bd7997858743ec5be8357249f74915030 | |
parent | c645012aefebb301e6907d148c6c8efacac049d4 [diff] |
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>