On Sun, 16 Jan 2022 at 08:14, Heinrich Schuchardt <heinrich.schucha...@canonical.com> wrote: > > Currently uuid_guid_get_str() is only built if > CONFIG_PARTITION_TYPE_GUID=y. > > To make it usable for other GUIDs compile it if CONFIG_LIB_UUID=y. > The linker will take care of removing it if it is unused. > > Signed-off-by: Heinrich Schuchardt <heinrich.schucha...@canonical.com> > --- > lib/uuid.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>