]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/fpga/virtex2.c
Merge branch 'master' of git://git.denx.de/u-boot
[people/ms/u-boot.git] / drivers / fpga / virtex2.c
index e092147edd1073375731eb18d253a9cf1be82a04..f7cf02ab5b309cf7666a227cbeb71e89b8af9603 100644 (file)
@@ -12,6 +12,7 @@
  */
 
 #include <common.h>
+#include <console.h>
 #include <virtex2.h>
 
 #if 0
@@ -90,7 +91,8 @@ static int virtex2_ssm_dump(xilinx_desc *desc, const void *buf, size_t bsize);
 static int virtex2_ss_load(xilinx_desc *desc, const void *buf, size_t bsize);
 static int virtex2_ss_dump(xilinx_desc *desc, const void *buf, size_t bsize);
 
-static int virtex2_load(xilinx_desc *desc, const void *buf, size_t bsize)
+static int virtex2_load(xilinx_desc *desc, const void *buf, size_t bsize,
+                       bitstream_type bstype)
 {
        int ret_val = FPGA_FAIL;