On Mon, Jun 19, 2023 at 8:01 PM Simon Glass <[email protected]> wrote: > > 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 <[email protected]> > --- > > (no changes since v2) > > Changes in v2: > - Add docs to board_init_f_r() too > > arch/x86/include/asm/u-boot-x86.h | 16 ++++++++++++++-- > 1 file changed, 14 insertions(+), 2 deletions(-) >
Reviewed-by: Bin Meng <[email protected]>

