mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-03 06:53:18 +02:00
Code reformat
Corresponding to flashrom svn r22 and coreboot v2 svn r1647.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user