]> git.dujemihanovic.xyz Git - u-boot.git/commit
part: Add accessors for struct disk_partition uuid
authorSimon Glass <sjg@chromium.org>
Thu, 24 Aug 2023 19:55:31 +0000 (13:55 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 25 Aug 2023 21:55:18 +0000 (17:55 -0400)
commitc5f1d005f51783a5b34d6164ab66289eb1f4a45b
treece2387e3ccb134d02bfd2c458546c420ca886c53
parentade2316da3cd76abe7649d34abb84f1370fb942d
part: Add accessors for struct disk_partition uuid

This field is only present when a CONFIG is set. To avoid annoying #ifdefs
in the source code, add accessors. Update all code to use it.

Note that the accessor is optional. It can be omitted if it is known that
the option is enabled.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/gpt.c
disk/part.c
disk/part_dos.c
disk/part_efi.c
fs/fat/fat.c
include/part.h