diff options
Diffstat (limited to 'cmd/boot.c')
-rw-r--r-- | cmd/boot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/boot.c b/cmd/boot.c index 23496cafdf5..14839c1cedc 100644 --- a/cmd/boot.c +++ b/cmd/boot.c @@ -7,9 +7,9 @@ /* * Misc boot support */ +#include <common.h> #include <command.h> #include <net.h> -#include <vsprintf.h> #ifdef CONFIG_CMD_GO |