]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/image-fit.c
mkimage: Report information about fpga
[people/ms/u-boot.git] / common / image-fit.c
index c86b7c6b1182e42e3febf94caaa3604628f809c6..8a0ca2a8038db5f3aba06cf1cc5244988b6d056f 100644 (file)
@@ -1483,6 +1483,10 @@ void fit_conf_print(const void *fit, int noffset, const char *p)
        if (uname)
                printf("%s  FDT:          %s\n", p, uname);
 
+       uname = (char *)fdt_getprop(fit, noffset, FIT_FPGA_PROP, NULL);
+       if (uname)
+               printf("%s  FPGA:         %s\n", p, uname);
+
        /* Print out all of the specified loadables */
        for (loadables_index = 0;
             fdt_get_string_index(fit, noffset,