]> Git Repo - J-u-boot.git/blobdiff - drivers/fpga/socfpga_arria10.c
arm: socfpga: fpga: fix type of local variable
[J-u-boot.git] / drivers / fpga / socfpga_arria10.c
index d6b59498e5de01f4e3866aaa65dcbf0c0b17af41..114dd910ab0c04dbd26ffb7aafa46cd818c5a7e4 100644 (file)
@@ -453,7 +453,7 @@ int fpgamgr_program_finish(void)
  */
 int socfpga_load(Altera_desc *desc, const void *rbf_data, size_t rbf_size)
 {
-       unsigned long status;
+       int status;
 
        /* disable all signals from hps peripheral controller to fpga */
        writel(0, &system_manager_base->fpgaintf_en_global);
This page took 0.023055 seconds and 4 git commands to generate.