boot: Fix syntax in fdt_overlay_apply_verbose() error message

Remove superfluous "did".

Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
This commit is contained in:
Hugo Villeneuve 2023-10-26 15:54:49 -04:00 committed by Tom Rini
parent aff5dddd42
commit a3a884c697

View 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");
}
}