]> git.baikalelectronics.ru Git - uboot.git/commitdiff
spl: doc: use correct name in jump_to_image_optee() description
authorOvidiu Panait <ovpanait@gmail.com>
Sun, 22 Jan 2023 17:57:13 +0000 (19:57 +0200)
committerHeinrich 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

index fb8c279d7264fadfe44335d4043ac8134bca5542..827bd25c8839e6421d0a4f938fd3fac715f75799 100644 (file)
@@ -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.
  *