diff options
Diffstat (limited to 'boot/bootretry.c')
-rw-r--r-- | boot/bootretry.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/boot/bootretry.c b/boot/bootretry.c index 587b2de7d6b..8d850df9d48 100644 --- a/boot/bootretry.c +++ b/boot/bootretry.c @@ -4,13 +4,12 @@ * Wolfgang Denk, DENX Software Engineering, wd@denx.de. */ -#include <stdio.h> +#include <common.h> #include <bootretry.h> #include <cli.h> #include <env.h> #include <errno.h> #include <time.h> -#include <vsprintf.h> #include <watchdog.h> static uint64_t endtime; /* must be set, default is instant timeout */ |