add retry to write_byte_program_jedec(), 99% success rate
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1814 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@ -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