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/mx6ul_14x14_evk.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/mx6ul_14x14_evk.h') diff --git a/include/configs/mx6ul_14x14_evk.h b/include/configs/mx6ul_14x14_evk.h index aabe2f7..d87a4d8 100644 --- a/include/configs/mx6ul_14x14_evk.h +++ b/include/configs/mx6ul_14x14_evk.h @@ -177,6 +177,7 @@ CONFIG_BOOTARGS_CMA_SIZE \ "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