commit | bcd645428c340254a0f6e3b040fd36c3006fab6c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 24 13:55:32 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 25 17:55:18 2023 -0400 |
tree | c444be235be60afc52872daca36af79aa7abb5dc | |
parent | c5f1d005f51783a5b34d6164ab66289eb1f4a45b [diff] |
part: Add accessors for struct disk_partition type_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>