Skip to content
Snippets Groups Projects
Commit f300511a authored by Ronny Nilsson's avatar Ronny Nilsson
Browse files

brcm_fw_tool: sane init default for flash bank.

parent bdb87d40
Branches
No related tags found
No related merge requests found
...@@ -932,6 +932,7 @@ int gen_image_ubi(char *sequence_number) ...@@ -932,6 +932,7 @@ int gen_image_ubi(char *sequence_number)
metaInfos[i].seqNo = -1; metaInfos[i].seqNo = -1;
metaInfos[i].committed = 0; metaInfos[i].committed = 0;
metaInfos[i].volInfo.vol_id = METAINVALID; metaInfos[i].volInfo.vol_id = METAINVALID;
metaInfos[i].flashBank = METAINVALID;
} }
// Name for a temporary file. // Name for a temporary file.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment