[PATHv2 5/9] driver/net/rtl8139: remove debug print

Simon Glass sjg at chromium.org
Tue Dec 26 10:50:13 CET 2023


On Mon, Dec 25, 2023 at 3:42 PM Maxim Uvarov <maxim.uvarov at linaro.org> wrote:
>
> debug print delays reset of the driver. Finally I see
> bunch of "rx error FFFF" errors in the screen. CI can
> not handle many prints. While network works fine there
>
> Reproduced with:
> make CROSS_COMPILE=sh2-linux- r2dplus_defconfig all
> qemu-system-sh4 -M r2d -nographic -serial null \
> -serial mon:stdio -net user,tftp=`pwd` \
> -net nic,model=rtl8139 -kernel ./u-boot.bin
>
> Signed-off-by: Maxim Uvarov <maxim.uvarov at linaro.org>
> ---
>  drivers/net/rtl8139.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list