mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-08 00:21:46 +00:00
Allow OdmData to be specified in the config file
Signed-off-by: Stephen Warren <swarren@nvidia.com> Change-Id: I795131b39de2b09f77d53f2cb03a68d8ef07e2fb Reviewed-on: https://gerrit.chromium.org/gerrit/22933 Reviewed-by: Rhyland Klein <rklein@nvidia.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
1
parse.c
1
parse.c
@@ -103,6 +103,7 @@ static parse_item s_top_level_items[] = {
|
||||
{ "Redundancy=", token_redundancy, parse_value_u32 },
|
||||
{ "Bctcopy=", token_bct_copy, parse_value_u32 },
|
||||
{ "Version=", token_version, parse_value_u32 },
|
||||
{ "OdmData=", token_odm_data, parse_value_u32 },
|
||||
{ NULL, 0, NULL } /* Must be last */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user