tune flash twice
diff --git a/objects/flash_bios_obj.c b/objects/flash_bios_obj.c
index 17582d4..073f36e 100644
--- a/objects/flash_bios_obj.c
+++ b/objects/flash_bios_obj.c
@@ -47,6 +47,9 @@
 		{

 			printf("ERROR FlashControl: Unable to init\n");

 		}

+		//TODO: have to tune flash twice

+		sleep(1);

+		int rc = update(f,obj_path);

 	}

 	return TRUE;

 }