git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aff5ddd
)
boot: Fix syntax in fdt_overlay_apply_verbose() error message
author
Hugo Villeneuve
<hvilleneuve@dimonoff.com>
Thu, 26 Oct 2023 19:54:49 +0000
(15:54 -0400)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/boot/fdt_support.c
b/boot/fdt_support.c
index
5e49078
..
b15d077
100644
(file)
--- a/
boot/fdt_support.c
+++ b/
boot/fdt_support.c
@@
-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");
}
}