1
0
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:
Ronald G. Minnich 2002-04-09 23:57:21 +00:00
parent 5e8dfff2c3
commit 3193a90719

View File

@ -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);