Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Unified Diff: cbootimage.c

Issue 6611009: Add the nand device support for cbootimage tool. (Closed) Base URL: http://git.chromium.org/git/cbootimage.git@master
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cbootimage.h ('k') | data_layout.h » ('j') | data_layout.c » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « cbootimage.h ('k') | data_layout.h » ('j') | data_layout.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698