1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-06 00:00:40 +02:00

Add retry to write_byte_program_jedec(), 99% success rate

Corresponding to flashrom svn r29 and coreboot v2 svn r1814.
This commit is contained in:
Ollie Lho
2004-12-08 02:10:33 +00:00
parent d11f361808
commit 1b8b66000f
4 changed files with 12 additions and 74 deletions

View File

@ -200,19 +200,6 @@ int main(int argc, char *argv[])
unsigned int exclude_start_position=0, exclude_end_position=0; // [x,y)
char *tempstr=NULL;
#if 0
#if 1
/* Keep fallback image */
exclude_start_position = 0x60000;
exclude_end_position = 0x80000;
#else
/* Keep DMI etc. */
exclude_start_position = 0x60000;
exclude_end_position = 0x70000;
#endif
#endif
if (argc > 1) {
/* Yes, print them. */