On Mon, 14 Sep 2020 at 03:00, Heinrich Schuchardt <[email protected]> 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 <[email protected]> > Signed-off-by: Heinrich Schuchardt <[email protected]> > --- > net/eth-uclass.c | 6 +++--- > net/eth_legacy.c | 4 ++-- > 2 files changed, 5 insertions(+), 5 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

