From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Hershberger Date: Wed, 28 Mar 2018 22:51:16 -0500 Subject: [U-Boot] [PATCH 2/4] net: Initialize as many ethernet devices as possible In-Reply-To: <20180328123852.16557-2-mario.six@gdsys.cc> References: <20180328123852.16557-1-mario.six@gdsys.cc> <20180328123852.16557-2-mario.six@gdsys.cc> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, Mar 28, 2018 at 7:38 AM, Mario Six wrote: > 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: Mario Six Seems reasonable. Acked-by: Joe Hershberger