commit | 9f174c941525b23040e7a5c99a27ca9533f56159 | [log] [tgz] |
---|---|---|
author | Petr Kulhavy <brain@jikos.cz> | Fri Sep 09 10:27:16 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sat Oct 01 20:04:51 2016 -0400 |
tree | cde16c70cc63077087cdfb209d812a1d7a5980b8 | |
parent | 712257eee35e84e1aa9273715d8d5a9c03c61d1b [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 <brain@jikos.cz> Reviewed-by: Tom Rini <trini@konsulko.com> Acked-by: Steve Rae <steve.rae@raedomain.com> Reviewed-by: Simon Glass <sjg@chromium.org>