]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
boot: Fix syntax in fdt_overlay_apply_verbose() error message
authorHugo Villeneuve <hvilleneuve@dimonoff.com>
Thu, 26 Oct 2023 19:54:49 +0000 (15:54 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 10 Nov 2023 16:01:50 +0000 (11:01 -0500)
Remove superfluous "did".

Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
boot/fdt_support.c

index 5e49078f8c35870a2b405353446e75a9a95cec78..b15d07765fec0a7299dc0efc7a325eed0855081e 100644 (file)
@@ -2095,7 +2095,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");
                }
        }