mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
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>
This commit is contained in:
@@ -79,6 +79,7 @@ The device type is as follows:
|
||||
* IDE, ATAPI and SATA disks: hd
|
||||
* SCSI disks: sd
|
||||
* USB media: usbd
|
||||
* MMC and SD cards: mmcsd
|
||||
* Disk on chip: docd
|
||||
* other: xx
|
||||
|
||||
|
Reference in New Issue
Block a user