diff options
author | Tom Rini <trini@ti.com> | 2014-12-18 12:37:18 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-12-18 12:37:18 -0500 |
commit | 7a7ffedabd29adde9cb6ebe6066256c4cf8b77af (patch) | |
tree | 6122c4c1e597e26b0c0a3ae706086cf9c2ba880e /README | |
parent | d8bec60c1b0de7770f9b56ad092ab9be801d99af (diff) | |
parent | 0ff7e585df83470139739533bdbf41114f395470 (diff) | |
download | u-boot-imx-7a7ffedabd29adde9cb6ebe6066256c4cf8b77af.zip u-boot-imx-7a7ffedabd29adde9cb6ebe6066256c4cf8b77af.tar.gz u-boot-imx-7a7ffedabd29adde9cb6ebe6066256c4cf8b77af.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-usb
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1773,6 +1773,15 @@ The following options need to be configured: regarding the non-volatile storage device. Define this to the eMMC device that fastboot should use to store the image. + CONFIG_FASTBOOT_GPT_NAME + The fastboot "flash" command supports writing the downloaded + image to the Protective MBR and the Primary GUID Partition + Table. (Additionally, this downloaded image is post-processed + to generate and write the Backup GUID Partition Table.) + This occurs when the specified "partition name" on the + "fastboot flash" command line matches this value. + Default is GPT_ENTRY_NAME (currently "gpt") if undefined. + - Journaling Flash filesystem support: CONFIG_JFFS2_NAND, CONFIG_JFFS2_NAND_OFF, CONFIG_JFFS2_NAND_SIZE, CONFIG_JFFS2_NAND_DEV |