summaryrefslogtreecommitdiff
path: root/parse.h
diff options
context:
space:
mode:
authorPeer Chen <pchen@nvidia.com>2011-07-27 02:59:41 -0400
committerDoug Anderson <dianders@chromium.org>2011-09-16 11:58:56 -0700
commit56f4048a7b55e60e037c06aae38c080b00c89014 (patch)
treeaed113bb1311d50c7993cf8b0e41bb36431e072f /parse.h
parent20379c18a25191d9197bb96fd719c99336100055 (diff)
downloadnvidia-cbootimage-56f4048a7b55e60e037c06aae38c080b00c89014.tar.gz
CHROMIUM: cbootimage: Add Bctcopy parameter
Add the Bctcopy parameter for the bct number in final boot image file to save the NAND space. In .cfg file, add "Bctcopy = n(n >= 1)" to specify the bct count. BUG=chromium-os:17464 TEST=cfg-file Change-Id: I873a000f9165017db9dec25fb7b18cf082e535ba Reviewed-on: http://gerrit.chromium.org/gerrit/5207 Reviewed-by: Anton Staaf <robotboy@chromium.org> Tested-by: Doug Anderson <dianders@chromium.org>
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/parse.h b/parse.h
index fdc2339..105fd56 100644
--- a/parse.h
+++ b/parse.h
@@ -52,6 +52,7 @@ typedef enum
token_redundancy,
token_version,
token_bct_file,
+ token_bct_copy,
token_addon,
token_nand_params,
token_sdmmc_params,