Fix idiot bug, thanks to Mikael Halvarsson <mi.halvarsson@telia.com>
This commit is contained in:
parent
495ae152e9
commit
c1896f5351
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ int write_29f002 (struct flashchip * flash, char * buf)
|
|||
*(bios + 0x5555) = 0xAA;
|
||||
*(bios + 0x2AAA) = 0x55;
|
||||
*(bios + 0x5555) = 0xA0;
|
||||
*dst++ = 0x33;
|
||||
*dst++ = *buf++;
|
||||
|
||||
/* wait for Toggle bit ready */
|
||||
toggle_ready_jedec(dst);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue