From 848143857eb101a72375d32e001dd2aba1cd00bd Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Thu, 3 Nov 2016 12:38:21 +1030 Subject: 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 --- op-flasher/flasher_obj.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'op-flasher') 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; } -- cgit v1.2.1