summaryrefslogtreecommitdiffstats
path: root/op-flasher
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2016-11-03 12:38:21 +1030
committerJoel Stanley <joel@jms.id.au>2016-11-04 11:08:15 +1030
commit848143857eb101a72375d32e001dd2aba1cd00bd (patch)
tree652c7aaad3cd2302de88f656fcb1194f43dd593d /op-flasher
parent93dafe84bd10b7fbaf34f92ed31e174714a24e6b (diff)
downloadtalos-skeleton-848143857eb101a72375d32e001dd2aba1cd00bd.tar.gz
talos-skeleton-848143857eb101a72375d32e001dd2aba1cd00bd.zip
flasher: Remove flash tuned message
The kernel handles all tuning when accessing via mtd so this message is incorrect. Change-Id: I173fc54231a67aeb8b4305b2a333674f8e00d7df Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'op-flasher')
-rw-r--r--op-flasher/flasher_obj.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/op-flasher/flasher_obj.c b/op-flasher/flasher_obj.c
index bf6e3c9..00e3ff1 100644
--- a/op-flasher/flasher_obj.c
+++ b/op-flasher/flasher_obj.c
@@ -222,10 +222,6 @@ flash(FlashControl* flash_control, enum bmc_access chip, uint32_t address, char*
printf("Flash done\n");
}
- else
- {
- printf("Flash tuned\n");
- }
return FLASH_OK;
}
OpenPOWER on IntegriCloud