From: Ovidiu Panait Date: Sun, 22 Jan 2023 17:57:13 +0000 (+0200) Subject: spl: doc: use correct name in jump_to_image_optee() description X-Git-Url: http://git.dujemihanovic.xyz/html/index.html?a=commitdiff_plain;h=ebeb8d950559fbbc3660bd767d28e979ee6dc04b;p=u-boot.git 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 Reviewed-by: Heinrich Schuchardt --- 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. *