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

2023-11-06 Thread Tom Rini
On Fri, Oct 20, 2023 at 09:41:51AM -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 th

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

2023-10-20 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 --- Changes since v1: -