spl: fit: display a message when an FPGA image is loaded
[platform/kernel/u-boot.git] / common / spl / spl_fit.c
index 5b51a28..9eabb1c 100644 (file)
@@ -412,6 +412,7 @@ int spl_load_simple_fit(struct spl_image_info *spl_image,
                        printf("%s: Cannot load the FPGA: %i\n", __func__, ret);
                        return ret;
                }
+               puts("FPGA image loaded from FIT\n");
                node = -1;
        }
 #endif