mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-26 22:52:34 +02:00
Fix idiot bug, thanks to Mikael Halvarsson <mi.halvarsson@telia.com>
Corresponding to coreboot v1 svn r540.
This commit is contained in:
parent
5e8dfff2c3
commit
3193a90719
@ -101,7 +101,7 @@ int write_29f002 (struct flashchip * flash, char * buf)
|
|||||||
*(bios + 0x5555) = 0xAA;
|
*(bios + 0x5555) = 0xAA;
|
||||||
*(bios + 0x2AAA) = 0x55;
|
*(bios + 0x2AAA) = 0x55;
|
||||||
*(bios + 0x5555) = 0xA0;
|
*(bios + 0x5555) = 0xA0;
|
||||||
*dst++ = 0x33;
|
*dst++ = *buf++;
|
||||||
|
|
||||||
/* wait for Toggle bit ready */
|
/* wait for Toggle bit ready */
|
||||||
toggle_ready_jedec(dst);
|
toggle_ready_jedec(dst);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user