]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/matrix_vision/common/mv_common.c
fpga: Define bitstream type based on command selection
[karo-tx-uboot.git] / board / matrix_vision / common / mv_common.c
index 70133b5118ba87f6b4372a7c426f9e01fb7d7fed..1be5aba2e9459ee38739eb5d3a1fe32fb85facdf 100644 (file)
@@ -77,7 +77,7 @@ int mv_load_fpga(void)
                return -1;
        }
 
-       result = fpga_load(0, fpga_data, data_size);
+       result = fpga_load(0, fpga_data, data_size, BIT_FULL);
        if (!result)
                bootstage_mark(BOOTSTAGE_ID_START);