]> Git Repo - J-u-boot.git/blobdiff - cmd/unzip.c
Merge patch series "Apply SoM overlays on phyCORE-AM6xx SoMs"
[J-u-boot.git] / cmd / unzip.c
index bc6cee060432fc6040ba51d51f55ca3879360de7..e7a3f9808b2c51fa1acf18ac1344298977665635 100644 (file)
@@ -4,12 +4,12 @@
  * Wolfgang Denk, DENX Software Engineering, [email protected].
  */
 
-#include <common.h>
 #include <command.h>
 #include <env.h>
 #include <gzip.h>
 #include <mapmem.h>
 #include <part.h>
+#include <vsprintf.h>
 
 static int do_unzip(struct cmd_tbl *cmdtp, int flag, int argc,
                    char *const argv[])
This page took 0.024768 seconds and 4 git commands to generate.