diff options
author | Petr Kulhavy <brain@jikos.cz> | 2016-09-09 10:27:17 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-01 20:04:56 -0400 |
commit | da2ee24d9150448e1816db790b4e11e2cf53df20 (patch) | |
tree | b097bf835f6f8ab1def6efd9db1e96acd2a84653 /doc | |
parent | b6dd69a4d6b20862a2075f402f9edfb0de6d14ed (diff) | |
download | u-boot-imx-da2ee24d9150448e1816db790b4e11e2cf53df20.zip u-boot-imx-da2ee24d9150448e1816db790b4e11e2cf53df20.tar.gz u-boot-imx-da2ee24d9150448e1816db790b4e11e2cf53df20.tar.bz2 |
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>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.android-fastboot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/README.android-fastboot b/doc/README.android-fastboot index dea7066..b8afa15 100644 --- a/doc/README.android-fastboot +++ b/doc/README.android-fastboot @@ -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 |