]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: part: Cover both part type entries with GUID ifdef
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sun, 10 Dec 2023 21:25:07 +0000 (22:25 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 20 Dec 2023 19:13:20 +0000 (14:13 -0500)
commit97135d9f4220e54b38f69a3f2416b2fd9d8f378c
treeb3c994e6ef98ca37159ac92dd751af8346798ebb
parent738b34668f289ba98e3657f86e3a58385c09059d
cmd: part: Cover both part type entries with GUID ifdef

The 'part type' subcommand depends on GUID partition table support.
The help text exposes one of two 'part type' subcommand entries,
hide both in case GUID partition table support is not enabled to
avoid confusing users.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
cmd/part.c