* grub-core/kern/uboot/init.c (uboot_timer_ms): Fix overflow after 71

minutes.
This commit is contained in:
Vladimir Serbinenko 2013-12-04 08:26:13 +01:00
parent 234d93464a
commit 40b5739ff9
2 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2013-12-04 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/uboot/init.c (uboot_timer_ms): Fix overflow after 71
minutes.
2013-12-04 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/disk/ieee1275/ofdisk.c: Remove variable length arrays.