]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ppc4xx: Fix problem with board_eth_init() vs cpu_eth_init() on AMCC boards
authorStefan Roese <sr@denx.de>
Wed, 11 Feb 2009 08:29:33 +0000 (09:29 +0100)
committerStefan Roese <sr@denx.de>
Thu, 12 Feb 2009 05:08:07 +0000 (06:08 +0100)
commitcef0efaf2fa55d1f25066cfb02bd984c27f9ca31
tree4113967bd7997858743ec5be8357249f74915030
parentc645012aefebb301e6907d148c6c8efacac049d4
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>
board/amcc/katmai/katmai.c
board/amcc/taihu/taihu.c
board/amcc/taishan/taishan.c
board/amcc/yucca/yucca.c