
25 Jun
2008
25 Jun
'08
11:30 a.m.
Jean-Christophe PLAGNIOL-VILLARD plagnioj@jcrosoft.com wrote:
The idea is that cpu_eth_init is a default for a CPU family, and board_eth_init is a board override, which can of course call cpu_eth_init.
What about a section to declare the netdev?
Please, let's not overdo this. The patch as it stands is a huge improvement over the current situation.
In this case we can have more than 2 eth and it more generic.
You can have that now. board_eth_init() can initialize as many interfaces as it likes.
Haavard