]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - cmd/flash.c
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
[thirdparty/u-boot.git] / cmd / flash.c
index de0e04f09cfbb734969142d8e0c33feaa1cf9e86..f4f85ecc7a8e0613c63e55406098a60726b879ef 100644 (file)
@@ -7,9 +7,9 @@
 /*
  * FLASH support
  */
+#include <common.h>
 #include <command.h>
 #include <log.h>
-#include <vsprintf.h>
 #include <uuid.h>
 
 #if defined(CONFIG_CMD_MTDPARTS)