]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - cmd/unlz4.c
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
[thirdparty/u-boot.git] / cmd / unlz4.c
index fc5200117adc0261b4723c59598c33e9bacf6a09..5f20838e899c65109b22bfdd8b72d86083e1aa3a 100644 (file)
@@ -4,9 +4,9 @@
  * FUJITSU COMPUTERTECHNOLOGIES LIMITED. All rights reserved.
  */
 
+#include <common.h>
 #include <command.h>
 #include <env.h>
-#include <vsprintf.h>
 #include <u-boot/lz4.h>
 
 static int do_unlz4(struct cmd_tbl *cmdtp, int flag, int argc,