run tuning twice
diff --git a/objects/flash_bios_obj.c b/objects/flash_bios_obj.c
index 073f36e..4b82d67 100644
--- a/objects/flash_bios_obj.c
+++ b/objects/flash_bios_obj.c
@@ -49,7 +49,7 @@
 		}

 		//TODO: have to tune flash twice

 		sleep(1);

-		int rc = update(f,obj_path);

+		update(f,obj_path);

 	}

 	return TRUE;

 }