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:
Sheng-Liang Song
2015-03-01 19:02:31 -08:00
committed by ChromeOS Commit Bot
parent 1f6f5d5333
commit 07b4158649

View File

@@ -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;