On Wed, Sep 07, 2016 at 03:06:41PM +0200, Petr Kulhavy wrote:

> This set extends the Fastboot implementation from GPT-only to any partition
> support.  Further it adds a special target "mbr" (configurable) to write the
> DOS MBR.
> 
> Petr Kulhavy (3):
>   disk: part: implement generic function part_get_info_by_name()
>   fastboot: add support for writing MBR
>   disk: part: refactor generic name creation for DOS and ISO
> 
>  README                      |  7 +++++
>  common/fb_mmc.c             | 44 +++++++++++++++++++++++------
>  disk/part.c                 | 58 +++++++++++++++++++++++++++++++++++++
>  disk/part_amiga.c           |  1 +
>  disk/part_dos.c             | 52 +++++++++++++++-------------------
>  disk/part_efi.c             | 20 +------------
>  disk/part_iso.c             | 26 ++---------------
>  disk/part_mac.c             |  1 +
>  doc/README.android-fastboot | 38 +++++++++++++++++++++++++
>  include/part.h              | 69 
> +++++++++++++++++++++++++++++++++++++--------
>  10 files changed, 224 insertions(+), 92 deletions(-)

Can you please do a follow up patch where you move both
CONFIG_FASTBOOT_GPT_NAME and CONFIG_FASTBOOT_MBR_NAME in to
cmd/fastboot/Kconfig ?  And then clean up the code since a name will
always be set.  Thanks!

-- 
Tom

Attachment: signature.asc
Description: Digital signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to