From 54ea3f2ad69597486ed40a16e47aa41eea8f072b Mon Sep 17 00:00:00 2001 From: Frank Li Date: Fri, 6 Nov 2015 13:30:24 -0600 Subject: MLK-11837 mfgtool: add dummy fat file to avoid windows popup format dialog Windows DeviceIoControl SCSI_PASSTHROUGH is not stable when report media is not ready. Use dummy fat file to workaround this issue and avoid windows popup format dialog. Signed-off-by: Frank Li --- include/configs/mx6sx_arm2.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/mx6sx_arm2.h') diff --git a/include/configs/mx6sx_arm2.h b/include/configs/mx6sx_arm2.h index c4f4ef1..94c89ea 100644 --- a/include/configs/mx6sx_arm2.h +++ b/include/configs/mx6sx_arm2.h @@ -164,6 +164,7 @@ "mfgtool_args=setenv bootargs console=${console},${baudrate} " \ "rdinit=/linuxrc " \ "g_mass_storage.stall=0 g_mass_storage.removable=1 " \ + "g_mass_storage.file=/fat g_mass_storage.ro=1 " \ "g_mass_storage.idVendor=0x066F g_mass_storage.idProduct=0x37FF "\ "g_mass_storage.iSerialNumber=\"\" "\ CONFIG_MFG_NAND_PARTITION \ -- cgit v1.1