On Tue, 15 Sep 2020 at 08:46, Sean Anderson <[email protected]> wrote: > > netdev_xxx evaluates to printf in U-Boot, so there is no extra info > printed. mvpp2 one of only 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 <[email protected]> > --- > > Changes in v2: > - New > > drivers/net/mvpp2.c | 64 +++++++++++++++++++++++---------------------- > 1 file changed, 33 insertions(+), 31 deletions(-) >
Reviewed-by: Simon Glass <[email protected]>

