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