]> 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 e5802866632e4d8ecd88c4c4d8da882b76b0c317..c7340a047b2e9385b9366d90e1363c99882db398 100644 (file)
@@ -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.023434 seconds and 4 git commands to generate.