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:
4661eb3
)
boot: Fix typo
author
Wolfgang Wallner
<wolfgang.wallner@br-automation.com>
Fri, 24 Oct 2025 15:12:03 +0000
(17:12 +0200)
committer
Tom Rini
<trini@konsulko.com>
Sun, 26 Oct 2025 15:03:34 +0000
(09:03 -0600)
Fix a typo in image-fit.c.
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
boot/image-fit.c
patch
|
blob
|
history
diff --git
a/boot/image-fit.c
b/boot/image-fit.c
index
41ab1f5
..
2f2d3e9
100644
(file)
--- a/
boot/image-fit.c
+++ b/
boot/image-fit.c
@@
-1662,7
+1662,7
@@
int fit_check_format(const void *fit, ulong size)
if (CONFIG_IS_ENABLED(FIT_FULL_CHECK)) {
/*
- * If we are not given the size, make do w
ti
h calculating it.
+ * If we are not given the size, make do w
it
h calculating it.
* This is not as secure, so we should consider a flag to
* control this.
*/