Skip to content
Snippets Groups Projects
Commit 3ce43042 authored by Mario Six's avatar Mario Six Committed by Joe Hershberger
Browse files

net: Initialize as many ethernet devices as possible


On devices that have their first network interface provided by a FPGA,
the initialization of further interfaces will fail if the FPGA is not
yet programmed. This leads to problems during factory setup when the
data is supposed to be loaded over secondary netowork interfaces.

To avoid this, use the uclass_{first,next}_device_check functions to
initialize as many ethernet devices as possible.

Signed-off-by: default avatarMario Six <mario.six@gdsys.cc>
Acked-by: default avatarJoe Hershberger <joe.hershberger@ni.com>
parent 2d8f25ed
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment