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:
d530add
)
spl: doc: use correct name in jump_to_image_optee() description
author
Ovidiu Panait
<ovpanait@gmail.com>
Sun, 22 Jan 2023 17:57:13 +0000
(19:57 +0200)
committer
Heinrich Schuchardt
<heinrich.schuchardt@canonical.com>
Fri, 27 Jan 2023 17:31:59 +0000
(18:31 +0100)
The actual function being documented is jump_to_image_optee(), not
jump_to_image_linux().
Signed-off-by: Ovidiu Panait <ovpanait@gmail.com>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
include/spl.h
patch
|
blob
|
history
diff --git
a/include/spl.h
b/include/spl.h
index
fb8c279
..
827bd25
100644
(file)
--- a/
include/spl.h
+++ b/
include/spl.h
@@
-535,7
+535,7
@@
const char *spl_board_loader_name(u32 boot_device);
void __noreturn jump_to_image_linux(struct spl_image_info *spl_image);
/**
- * jump_to_image_
linux
() - Jump to OP-TEE OS from SPL
+ * jump_to_image_
optee
() - Jump to OP-TEE OS from SPL
*
* This jumps into OP-TEE OS using the information in @spl_image.
*