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

brcm_fw_tool: need to print active bank only for verbose.

Otherwise the expected printouts are wrong for sysupgrade.
parent f300511a
No related branches found
No related tags found
No related merge requests found
...@@ -802,7 +802,7 @@ static int meta_manage_vols(int readonly, int forcedBank) ...@@ -802,7 +802,7 @@ static int meta_manage_vols(int readonly, int forcedBank)
} }
if(readonly) { if(readonly) {
if(metaInfos[highMeta].flashBank >= 0) { if(verbose && metaInfos[highMeta].flashBank >= 0) {
printf("Active flash bank %d\n", metaInfos[highMeta].flashBank); // Keep the string! It is parsed by others. printf("Active flash bank %d\n", metaInfos[highMeta].flashBank); // Keep the string! It is parsed by others.
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment