summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2004-04-13 19:07:45 +0000
committerRonald G. Minnich <rminnich@gmail.com>2004-04-13 19:07:45 +0000
commit5d22aba9c5f4c4446732becfcec846bccad7960f (patch)
treebc81c7c5e545ed44e7aec68682c20dc14d7e23c2
parenta01c0ed420f9bfad42598ad0ccd670e92b7edfa7 (diff)
downloadast2050-flashrom-5d22aba9c5f4c4446732becfcec846bccad7960f.zip
ast2050-flashrom-5d22aba9c5f4c4446732becfcec846bccad7960f.tar.gz
Missing return in msys_doc.c:206
Corresponding to coreboot v1 svn r900.
-rw-r--r--msys_doc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/msys_doc.c b/msys_doc.c
index bfa4eca..8063dd7 100644
--- a/msys_doc.c
+++ b/msys_doc.c
@@ -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) */
OpenPOWER on IntegriCloud