]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: gpt: fix gpt read
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 2 Sep 2023 07:35:24 +0000 (09:35 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 11 Sep 2023 20:34:19 +0000 (16:34 -0400)
commitf5e4b056c47215cdbe8d8e30a12b036b7a6afa8d
tree51c12c17095b0724f2d6fee66bee932e0b2d7047
parent69f4d37302583c3a2c8445ff69826c52c6fce7e3
cmd: gpt: fix gpt read

To partition a block device the partition type GUIDs are needed but
'gpt read' does not provide these. Add the missing parts.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
cmd/gpt.c