code reformat
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1647 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
39fdcbf9f0
commit
817b3f2d35
|
@ -238,8 +238,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
printf("Part is %s\n", flash->name);
|
||||
if (!filename) {
|
||||
printf
|
||||
("OK, only ENABLING flash write, but NOT FLASHING\n");
|
||||
printf("OK, only ENABLING flash write, but NOT FLASHING\n");
|
||||
return 0;
|
||||
}
|
||||
size = flash->total_size * 1024;
|
||||
|
|
Loading…
Reference in New Issue