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:
13
flash_rom.c
13
flash_rom.c
@ -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. */
|
||||
|
Reference in New Issue
Block a user