]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/matrix_vision/common/mv_common.c
bootstage: Convert progress numbers 1-9 into enums
[karo-tx-uboot.git] / board / matrix_vision / common / mv_common.c
index acb72c563c712bcf39cabe9fa0c2f4abc01ab150..7fde4acbf6d4be7833b780e7b0458427c8e36415 100644 (file)
@@ -95,7 +95,7 @@ int mv_load_fpga(void)
 
        result = fpga_load(0, fpga_data, data_size);
        if (!result)
-               show_boot_progress(0);
+               show_boot_progress(BOOTSTAGE_ID_START);
 
        return result;
 }