commit | b2b7e6c1812d2b6bea517ea8f7df5c23ae04ce84 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 24 13:55:33 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 25 17:55:18 2023 -0400 |
tree | 5af9c4d469ac8490a65646dca9c01097599a6fbf | |
parent | bcd645428c340254a0f6e3b040fd36c3006fab6c [diff] |
part: Add an accessor for struct disk_partition sys_ind This field is only present when a CONFIG is set. To avoid annoying #ifdefs in the source code, add an accessor. Update the only usage. 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>