Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
broadcom-utils
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Automate
Agent sessions
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This project is archived. Its data is
read-only
.
Show more breadcrumbs
Broadcom
broadcom-utils
Commits
5fc00af2
Commit
5fc00af2
authored
Jun 11, 2020
by
Ronny Nilsson
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
brcm_fw_tool/image-ubi.c
+1
-1
1 addition, 1 deletion
brcm_fw_tool/image-ubi.c
with
1 addition
and
1 deletion
brcm_fw_tool/image-ubi.c
+
1
−
1
View file @
5fc00af2
...
@@ -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.
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment