mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-27 18:25:05 +00:00
sb_firmware: shorter console messages
Reduced console log messages BUG=chrome-os-partner:36310 BRANCH=none TEST=Compile Only Change-Id: I0e30a3094d77673a5fd238efed3851a726fdcdb6 Signed-off-by: Sheng-Liang Song <ssl@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/254931 Reviewed-by: Bernie Thompson <bhthompson@chromium.org> Reviewed-by: Shawn N <shawnn@chromium.org> Commit-Queue: Bernie Thompson <bhthompson@chromium.org>
This commit is contained in:
committed by
ChromeOS Commit Bot
parent
1f6f5d5333
commit
07b4158649
@@ -527,10 +527,8 @@ static enum fw_update_state s6_write_block(struct fw_update_ctrl *fw_update)
|
||||
|
||||
bsize = fw_update->step_size;
|
||||
|
||||
if ((offset & 0x1FFF) == 0x000)
|
||||
if ((offset & 0xFFFF) == 0x0)
|
||||
printf("\n%X\n", offset);
|
||||
else
|
||||
printf(".");
|
||||
|
||||
if (fw_update->fec_err_retry_cnt == 0) {
|
||||
fw_update->rv = -1;
|
||||
|
||||
Reference in New Issue
Block a user