]> Git Repo - J-u-boot.git/blobdiff - lib/display_options.c
aes: Allow to store randomly generated IV in the FIT
[J-u-boot.git] / lib / display_options.c
index d6b93553dcb52580153f2335bcdfdf562999c612..2c15cc5b5c4aa69568d7cede90a3deb003aa5dac 100644 (file)
@@ -12,6 +12,7 @@
 #include <linux/ctype.h>
 #include <linux/kernel.h>
 #include <asm/io.h>
+#include <stdio.h>
 #include <vsprintf.h>
 
 char *display_options_get_banner_priv(bool newlines, const char *build_tag,
@@ -235,7 +236,7 @@ int print_buffer(ulong addr, const void *data, uint width, uint count,
                addr += thislinelen * width;
                count -= thislinelen;
 
-               if (!IS_ENABLED(CONFIG_SPL_BUILD) && ctrlc())
+               if (!IS_ENABLED(CONFIG_XPL_BUILD) && ctrlc())
                        return -EINTR;
        }
 
This page took 0.024368 seconds and 4 git commands to generate.