
21 Jan
2022
21 Jan
'22
4:20 p.m.
On Sun, 16 Jan 2022 at 08:14, Heinrich Schuchardt heinrich.schuchardt@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.schuchardt@canonical.com
lib/uuid.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org