[U-Boot-Users] An error with cfi_flash.c

13 May
2004
13 May
'04
6 a.m.
The line that is: if (get_timer(start) > info->erase_blk_tout) { ~~~~~~~~~~~~~~~~~~~~ in "flash_status_check(xx, xx, ulong tout, xx)"
that should be: if (get_timer(start) > tout) {
because the "flash_status_check" do not only to be excuted when erasing flash.
7669
Age (days ago)
7669
Last active (days ago)
0 comments
1 participants
participants (1)
-
vai