diff options
| author | Stefano Babic <[email protected]> | 2014-12-30 13:04:09 +0100 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2014-12-30 13:04:38 +0100 |
| commit | 4e0114d9679173cfe8bfaffb8b4fb4bbf8cdaa10 (patch) | |
| tree | 2a909fd0434753a0e5b252afcda5aeb23f21ac26 /README | |
| parent | 7ae350a0305de592faa8903255c988d4e6afb194 (diff) | |
| parent | 125738e819a3b9d15210794b3dcef9f4d9bcf866 (diff) | |
Merge branch 'master' of git://git.denx.de/u-boot
Signed-off-by: Stefano Babic <[email protected]>
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 |
