mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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:
parent
aff5dddd42
commit
a3a884c697
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue