arm: caches: add DCACHE_DEFAULT_OPTION
[platform/kernel/u-boot.git] / cmd / fpga.c
index eba989a..b1c7b54 100644 (file)
@@ -9,8 +9,10 @@
  */
 #include <common.h>
 #include <command.h>
+#include <env.h>
 #include <fpga.h>
 #include <fs.h>
+#include <gzip.h>
 #include <malloc.h>
 
 static long do_fpga_get_device(char *arg)