]> Git Repo - J-u-boot.git/blobdiff - common/usb_kbd.c
Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog
[J-u-boot.git] / common / usb_kbd.c
index bbfee23bc2698d989e3d49efcc0f452f502e6a07..36107a3b27861ff0ee03229333fdf5f1d852c699 100644 (file)
@@ -423,7 +423,7 @@ static int usb_kbd_testc(struct stdio_dev *sdev)
         */
        unsigned long poll_delay = CONFIG_SYS_HZ / 50;
 
-#ifdef CONFIG_CMD_NET
+#if defined(CONFIG_CMD_NET) && !defined(CONFIG_NET_LWIP)
        /*
         * If net_busy_flag is 1, NET transfer is running,
         * then we check key-pressed every second (first check may be
This page took 0.024553 seconds and 4 git commands to generate.