add missing return at 205
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1496 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
e0f0959ebe
commit
3f5b4660b6
|
@ -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) */
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue