Re: [PATCH] net: eth-uclass: Improve error message when MAC is not found

2023-10-19 Thread Lothar Waßmann
Hi, On Thu, 19 Oct 2023 18:57:20 -0300 Fabio Estevam wrote: > From: Fabio Estevam > > While bringinp up a new board without the MAC fuses programmed, > the following error message was observed: > > Error: ethernet@30bf address not set. > > Improve the error message to make it clearer the r

[PATCH] net: eth-uclass: Improve error message when MAC is not found

2023-10-19 Thread Fabio Estevam
From: Fabio Estevam While bringinp up a new board without the MAC fuses programmed, the following error message was observed: Error: ethernet@30bf address not set. Improve the error message to make it clearer the reason of the failure. Signed-off-by: Fabio Estevam --- net/eth-uclass.c |