commit | 2e790d53c4810e0561478603b9a2b4bad864c05c | [log] [tgz] |
---|---|---|
author | Petr Kulhavy <brain@jikos.cz> | Fri Sep 09 10:27:17 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sat Oct 01 20:04:56 2016 -0400 |
tree | b097bf835f6f8ab1def6efd9db1e96acd2a84653 | |
parent | 9f174c941525b23040e7a5c99a27ca9533f56159 [diff] |
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>