X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=lib%2Fdisplay_options.c;h=ec16d75e0e4cf2a2444d4a3f1e0836f18c937445;hb=e731af4893f7741c66254161ad9b6f5280369895;hp=cff20f375523be26aceaa88801eaa3723cc21b60;hpb=abad176da14c576b5126484b03cba73a3b2c6f16;p=oweals%2Fu-boot.git diff --git a/lib/display_options.c b/lib/display_options.c index cff20f3755..ec16d75e0e 100644 --- a/lib/display_options.c +++ b/lib/display_options.c @@ -205,8 +205,10 @@ int print_buffer(ulong addr, const void *data, uint width, uint count, addr += thislinelen * width; count -= thislinelen; +#ifndef CONFIG_SPL_BUILD if (ctrlc()) return -1; +#endif } return 0;