
17 Sep
2020
17 Sep
'20
3:10 a.m.
On Mon, 14 Sep 2020 at 03:00, Heinrich Schuchardt xypron.glpk@gmx.de wrote:
Write the 'No ethernet found' message via the log drivers. This allows suppressing it during output via the syslog driver.
This fixes the problem reported in:
[PATCH 0/4] log: Fix the syslog spam when running tests https://lists.denx.de/pipermail/u-boot/2020-September/426343.html
Reported-by: Simon Glass sjg@chromium.org Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
net/eth-uclass.c | 6 +++--- net/eth_legacy.c | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org