]> Git Repo - J-u-boot.git/blobdiff - boot/fdt_support.c
bootm: Fix flags used for bootargs string substitution
[J-u-boot.git] / boot / fdt_support.c
index 5e49078f8c35870a2b405353446e75a9a95cec78..090d82ee80a50f7e654055d65b4c9dae165e4b63 100644 (file)
@@ -667,7 +667,6 @@ int fdt_record_loadable(void *blob, u32 index, const char *name,
        return node;
 }
 
-/* Resize the fdt to its actual size + a bit of padding */
 int fdt_shrink_to_minimum(void *blob, uint extrasize)
 {
        int i;
@@ -2095,7 +2094,7 @@ int fdt_overlay_apply_verbose(void *fdt, void *fdto)
                printf("failed on fdt_overlay_apply(): %s\n",
                                fdt_strerror(err));
                if (!has_symbols) {
-                       printf("base fdt does did not have a /__symbols__ node\n");
+                       printf("base fdt does not have a /__symbols__ node\n");
                        printf("make sure you've compiled with -@\n");
                }
        }
This page took 0.025474 seconds and 4 git commands to generate.