]> git.dujemihanovic.xyz Git - u-boot.git/commit
part: Add an accessor for struct disk_partition sys_ind
authorSimon Glass <sjg@chromium.org>
Thu, 24 Aug 2023 19:55:33 +0000 (13:55 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 25 Aug 2023 21:55:18 +0000 (17:55 -0400)
commitb2b7e6c1812d2b6bea517ea8f7df5c23ae04ce84
tree5af9c4d469ac8490a65646dca9c01097599a6fbf
parentbcd645428c340254a0f6e3b040fd36c3006fab6c
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>
boot/bootdev-uclass.c
include/part.h