mirror of
https://xff.cz/git/u-boot/
synced 2025-10-30 10:04:01 +01:00
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>
This commit is contained in:
committed by
Heinrich Schuchardt
parent
d530add2ef
commit
ebeb8d9505
@@ -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);
|
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.
|
* This jumps into OP-TEE OS using the information in @spl_image.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user