From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 08 Jul 2013 12:10:36 -0600 Subject: [U-Boot] [PATCH v5 1/1] NET: Improve TFTP booting performance when CONFIG_USB_KEYBOARD In-Reply-To: <1372910510-17621-1-git-send-email-jilin@nvidia.com> References: <1372910510-17621-1-git-send-email-jilin@nvidia.com> Message-ID: <51DB009C.4090502@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 07/03/2013 10:01 PM, Jim Lin wrote: > TFTP booting is slow when a USB keyboard is installed and > CONFIG_USB_KEYBOARD is defined. > This fix is to change Ctrl-C polling to every second when NET transfer > is running. Building this generates: net.c: In function ?NetLoop?: net.c:486:6: warning: ?ctrlc_t_start? may be used uninitialized in this function [-Wmaybe-uninitialized]