diff options
author | Frank Li <Frank.Li@freescale.com> | 2015-11-06 13:30:24 -0600 |
---|---|---|
committer | Frank Li <Frank.Li@freescale.com> | 2015-11-11 10:36:28 -0600 |
commit | 54ea3f2ad69597486ed40a16e47aa41eea8f072b (patch) | |
tree | 309d98f1e52d5e92bb619f9448d51122780d1663 /include/configs/mx7d_arm2.h | |
parent | 5fb08a4dcc7b8478fc4236b90ad8dc2190cf94e7 (diff) | |
download | u-boot-imx-54ea3f2ad69597486ed40a16e47aa41eea8f072b.zip u-boot-imx-54ea3f2ad69597486ed40a16e47aa41eea8f072b.tar.gz u-boot-imx-54ea3f2ad69597486ed40a16e47aa41eea8f072b.tar.bz2 |
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 <Frank.Li@freescale.com>
Diffstat (limited to 'include/configs/mx7d_arm2.h')
-rw-r--r-- | include/configs/mx7d_arm2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mx7d_arm2.h b/include/configs/mx7d_arm2.h index fe1f22f..dc8c0be 100644 --- a/include/configs/mx7d_arm2.h +++ b/include/configs/mx7d_arm2.h @@ -145,6 +145,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 \ |