]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: Add a comment for board_init_f_r_trampoline()
authorSimon Glass <sjg@chromium.org>
Sun, 16 Jul 2023 03:38:41 +0000 (21:38 -0600)
committerBin Meng <bmeng@tinylab.org>
Mon, 17 Jul 2023 09:08:44 +0000 (17:08 +0800)
commitde94db813272393d136f21b2cb832d8933d2cfb2
tree2b64f88fb5254b805b4ea3b0c65281539488bdda
parentb73dba7a83f2071ef97e175be5ee8a2492042e96
x86: Add a comment for board_init_f_r_trampoline()

Add a comment for this function in the header.

Change the function (and the one after) to use __noreturn to keep
checkpatch happy.

Add docs to board_init_f_r() while we are here.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/include/asm/u-boot-x86.h