mirror of
https://xff.cz/git/u-boot/
synced 2025-09-30 15:01:27 +02:00
part: rename disk_partition_type_uuid()
Rename disk_partition_type_uuid to disk_partition_type_guid.
Provide function descriptions for the getter and setter.
Fixes: bcd645428c
("part: Add accessors for struct disk_partition type_uuid")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
committed by
Tom Rini
parent
7cc1d87d7e
commit
782c7f1bdb
@@ -299,7 +299,7 @@ int part_get_info_efi(struct blk_desc *desc, int part,
|
||||
}
|
||||
if (IS_ENABLED(CONFIG_PARTITION_TYPE_GUID)) {
|
||||
uuid_bin_to_str(gpt_pte[part - 1].partition_type_guid.b,
|
||||
(char *)disk_partition_type_uuid(info),
|
||||
(char *)disk_partition_type_guid(info),
|
||||
UUID_STR_FORMAT_GUID);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user