mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-27 23:22:37 +02:00
Missing return in msys_doc.c:206
Corresponding to coreboot v1 svn r900.
This commit is contained in:
parent
a01c0ed420
commit
5d22aba9c5
@ -202,6 +202,7 @@ write_md2802(struct flashchip *flash, unsigned char *buf)
|
|||||||
}
|
}
|
||||||
printf("\n");
|
printf("\n");
|
||||||
//protect_md2802(bios);
|
//protect_md2802(bios);
|
||||||
|
return 0;
|
||||||
|
|
||||||
} /* int write_md2802(struct flashchip *flash, char *buf) */
|
} /* int write_md2802(struct flashchip *flash, char *buf) */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user