summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPetr Kulhavy <[email protected]>2016-09-09 10:27:16 +0200
committerTom Rini <[email protected]>2016-10-01 20:04:51 -0400
commitb6dd69a4d6b20862a2075f402f9edfb0de6d14ed (patch)
treecde16c70cc63077087cdfb209d812a1d7a5980b8 /README
parent87b8530fe24408b0ef41c9b80f38c395ccafad2c (diff)
fastboot: add support for writing MBR
Add special target "mbr" (otherwise configurable via CONFIG_FASTBOOT_MBR_NAME) to write MBR partition table. Partitions are now searched using the generic function which finds any partiiton by name. For MBR the partition names hda1, sda1, etc. are used. Signed-off-by: Petr Kulhavy <[email protected]> Reviewed-by: Tom Rini <[email protected]> Acked-by: Steve Rae <[email protected]> Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index bc626dc7a83..3ea4d012f65 100644
--- a/README
+++ b/README
@@ -1683,6 +1683,13 @@ The following options need to be configured:
"fastboot flash" command line matches this value.
Default is GPT_ENTRY_NAME (currently "gpt") if undefined.
+ CONFIG_FASTBOOT_MBR_NAME
+ The fastboot "flash" command supports writing the downloaded
+ image to DOS MBR.
+ This occurs when the "partition name" specified on the
+ "fastboot flash" command line matches this value.
+ If not defined the default value "mbr" is used.
+
- Journaling Flash filesystem support:
CONFIG_JFFS2_NAND, CONFIG_JFFS2_NAND_OFF, CONFIG_JFFS2_NAND_SIZE,
CONFIG_JFFS2_NAND_DEV