Commit 5d22aba9 authored by Ronald G. Minnich's avatar Ronald G. Minnich
Browse files

Missing return in msys_doc.c:206

Corresponding to coreboot v1 svn r900.
parent a01c0ed4
......@@ -202,6 +202,7 @@ write_md2802(struct flashchip *flash, unsigned char *buf)
}
printf("\n");
//protect_md2802(bios);
return 0;
} /* int write_md2802(struct flashchip *flash, char *buf) */
......
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