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:
Ronald G. Minnich 2004-04-13 19:10:48 +00:00
parent e0f0959ebe
commit 3f5b4660b6
1 changed files with 1 additions and 0 deletions

View File

@ -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) */