[U-Boot] [PATCH 1/1 v3] console: USB: KBD: Fix incorrect autoboot timeout
Stephen Warren
swarren at wwwdotorg.org
Thu Mar 21 07:18:42 CET 2013
On 03/20/2013 05:56 PM, Jon Hunter wrote:
>
> On 01/24/2013 05:05 AM, Jim Lin wrote:
>> Autoboot timeout defined by CONFIG_BOOTDELAY will not be accurate if
>> CONFIG_USB_KEYBOARD and CONFIG_SYS_USB_EVENT_POLL are defined in
>> configuration file and when tstc() function for checking key pressed
>> takes longer time than 10 ms (e.g., 50 ms) to finish.
...
> This change is causing problems with auto-delay on one of my boards by
> making it inaccurate :-(
Interesting. I just noticed the same problem, and posted the following
patch to fix it:
http://lists.denx.de/pipermail/u-boot/2013-March/149625.html
This was on the Raspberry Pi.
More information about the U-Boot
mailing list