]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/image-fit.c
karo: tx6ul: fix bogus GPIO numbers
[karo-tx-uboot.git] / common / image-fit.c
index 4bd8feaf3b77e3ef6c33956e7a84082a5e2cdcbe..28f7aa83ba4e6b60882227a2670a69c27c8d76ca 100644 (file)
@@ -1464,10 +1464,10 @@ void fit_conf_print(const void *fit, int noffset, const char *p)
 
        /* Print out all of the specified loadables */
        for (loadables_index = 0;
-            !fdt_get_string_index(fit, noffset,
+            fdt_get_string_index(fit, noffset,
                        FIT_LOADABLE_PROP,
                        loadables_index,
-                       (const char **)&uname) > 0;
+                       (const char **)&uname) == 0;
             loadables_index++)
        {
                if (loadables_index == 0) {