]> Git Repo - J-u-boot.git/blobdiff - lib/vsprintf.c
tpm: add kconfig control in tcg2_create_digest()
[J-u-boot.git] / lib / vsprintf.c
index cfd1f1914edfc91399edd5178c6c1a3a18b625d8..c7340a047b2e9385b9366d90e1363c99882db398 100644 (file)
@@ -18,7 +18,7 @@
 #include <div64.h>
 #include <hexdump.h>
 #include <stdarg.h>
-#include <uuid.h>
+#include <u-boot/uuid.h>
 #include <stdio.h>
 #include <vsprintf.h>
 #include <linux/ctype.h>
@@ -308,7 +308,7 @@ static __maybe_unused char *string16(char *buf, char *end, u16 *s,
        return buf;
 }
 
-#if CONFIG_IS_ENABLED(EFI_DEVICE_PATH_TO_TEXT)
+#if CONFIG_IS_ENABLED(EFI_DEVICE_PATH_TO_TEXT) && !defined(API_BUILD)
 static char *device_path_string(char *buf, char *end, void *dp, int field_width,
                                int precision, int flags)
 {
This page took 0.02476 seconds and 4 git commands to generate.