On Tue, 15 Sep 2020 at 08:45, Sean Anderson <sean...@gmail.com> wrote: > > netdev_xxx evaluates to printf in U-Boot, so there is no extra info > printed. mvneta is one of two drivers which use these functions in U-Boot. > Convert these functions to dev_xxx where possible (and to log_xxx where > not). > > Signed-off-by: Sean Anderson <sean...@gmail.com> > --- > > Changes in v2: > - New > > drivers/net/mvneta.c | 52 ++++++++++++++++++++++++-------------------- > 1 file changed, 28 insertions(+), 24 deletions(-) >
Reviewed-by: Simon Glass <s...@chromium.org>