commit | 3cc844474d18a6f27e751c9d8c470c3272434ed7 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@denx.de> | Fri Oct 20 09:41:51 2023 -0300 |
committer | Tom Rini <trini@konsulko.com> | Sun Nov 05 16:11:38 2023 -0500 |
tree | 5c55d82565f754034ec1e34238484b088e851414 | |
parent | 656807e49db0545b4fe3619e7c09fd5b93e968f0 [diff] |
net: eth-uclass: Improve error message when MAC is not found While bringinp up a new board without the MAC fuses programmed, the following error message was observed: Error: ethernet@30bf0000 address not set. Improve the error message to make it clearer the reason of the failure. Signed-off-by: Fabio Estevam <festevam@denx.de>