]> git.ipfire.org Git - people/ms/u-boot.git/commit
disk: part: refactor generic name creation for DOS and ISO
authorPetr Kulhavy <brain@jikos.cz>
Fri, 9 Sep 2016 08:27:17 +0000 (10:27 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 2 Oct 2016 00:04:56 +0000 (20:04 -0400)
commitda2ee24d9150448e1816db790b4e11e2cf53df20
treeb097bf835f6f8ab1def6efd9db1e96acd2a84653
parentb6dd69a4d6b20862a2075f402f9edfb0de6d14ed
disk: part: refactor generic name creation for DOS and ISO

In both DOS and ISO partition tables the same code to create partition name
like "hda1" was repeated.

Code moved to into a new function part_set_generic_name() in part.c and optimized.
Added recognition of MMC and SD types, name is like "mmcsda1".

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>
disk/part.c
disk/part_dos.c
disk/part_iso.c
doc/README.android-fastboot
include/part.h