]> git.baikalelectronics.ru Git - uboot.git/commit
disk: simplify part_print_efi()
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 16 Jan 2022 11:23:19 +0000 (12:23 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 19 Jan 2022 15:16:33 +0000 (16:16 +0100)
commitfcdb0af55e43677a779ee58ddf9a191f25d88cd8
tree8e9eff637f1f4ee8741a16e2fab630e395c1e30d
parent7862ff3c2022fd8328660c4430d31d7b6bbfb20f
disk: simplify part_print_efi()

Use printf code %pUs to print the text representation of the partition type
GUID.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
disk/part_efi.c