Commit 3193a907 authored by Ronald G. Minnich's avatar Ronald G. Minnich
Browse files

Fix idiot bug, thanks to Mikael Halvarsson <mi.halvarsson@telia.com>

Corresponding to coreboot v1 svn r540.
parent 5e8dfff2
......@@ -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);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment