mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 14:11:15 +02:00
Add missing return at 205
Corresponding to flashrom svn r21 and coreboot v2 svn r1496.
This commit is contained in:
@ -202,6 +202,7 @@ int write_md2802(struct flashchip *flash, unsigned char *buf)
|
||||
printf("\n");
|
||||
//protect_md2802(bios);
|
||||
|
||||
return 0;
|
||||
} /* int write_md2802(struct flashchip *flash, char *buf) */
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user