diff options
author | Ovidiu Panait <ovpanait@gmail.com> | 2023-01-22 19:57:13 +0200 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2023-01-27 18:31:59 +0100 |
commit | ebeb8d950559fbbc3660bd767d28e979ee6dc04b (patch) | |
tree | 6c48e262fa1d3cad8393e84cda88447bf0271495 /include/spl.h | |
parent | d530add2eff7a1ee2bf3dd596f3ca10341bb470e (diff) | |
download | u-boot-ebeb8d950559fbbc3660bd767d28e979ee6dc04b.tar.gz |
spl: doc: use correct name in jump_to_image_optee() description
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>
Diffstat (limited to 'include/spl.h')
-rw-r--r-- | include/spl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/spl.h b/include/spl.h index fb8c279d72..827bd25c88 100644 --- 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. * |