mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-16 14:08:45 +00:00
x86: Add return-value comment to cpu_jump_to_64bit()
This does not mention what it returns. Add the missing documentation. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
90f2b5abb5
commit
1404914ddd
1 changed files with 1 additions and 0 deletions
|
@ -262,6 +262,7 @@ void cpu_call32(ulong code_seg32, ulong target, ulong table);
|
|||
*
|
||||
* @setup_base: Pointer to the setup.bin information for the kernel
|
||||
* @target: Pointer to the start of the kernel image
|
||||
* Return: -EFAULT if the kernel returned; otherwise does not return
|
||||
*/
|
||||
int cpu_jump_to_64bit(ulong setup_base, ulong target);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue