]> git.baikalelectronics.ru Git - uboot.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)
commite14e20b02e91a43a620c782dbbc4fcd8f1ece0c6
tree2b64f88fb5254b805b4ea3b0c65281539488bdda
parent7b008679e0866bb8f7176c778e328412aa6b717e
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