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:
e9386ec
)
bootm: Fix typo in bootm.h
author
Wolfgang Wallner
<wolfgang.wallner@br-automation.com>
Fri, 24 Oct 2025 15:12:02 +0000
(17:12 +0200)
committer
Tom Rini
<trini@konsulko.com>
Sun, 26 Oct 2025 15:03:32 +0000
(09:03 -0600)
Fix a typo in include/bootm.h.
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
include/bootm.h
patch
|
blob
|
history
diff --git
a/include/bootm.h
b/include/bootm.h
index
6116070
..
4060cec
100644
(file)
--- a/
include/bootm.h
+++ b/
include/bootm.h
@@
-25,7
+25,7
@@
struct cmd_tbl;
* @addr_img: Address of image to bootm, as passed to
* genimg_get_kernel_addr_fit() for processing:
*
- * NULL: Use
e
s default load address, i.e. image_load_addr
+ * NULL: Uses default load address, i.e. image_load_addr
* <addr>: Uses hex address
*
* For FIT: