Chromium Code Reviews| Index: cbootimage.c |
| diff --git a/cbootimage.c b/cbootimage.c |
| index 1df62387f9ecfe605b78d703f56569960c67d08a..a4263aa6bc86abccf8539534a30b8725bfe2644b 100644 |
| --- a/cbootimage.c |
| +++ b/cbootimage.c |
| @@ -176,6 +176,8 @@ main(int argc, char *argv[]) |
| /* Generate the new bct file */ |
| if (context.generate_bct != 0) { |
| + /* Update the BCT */ |
| + begin_update(&context); |
|
robotboy
2011/03/03 18:08:46
Is this required for the NAND support or is it a s
|
| /* Signing the bct. */ |
| e = sign_bct(&context, context.bct); |
| if (e != 0) |