]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: remove asm/setjmp.h from efi_api.h
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Tue, 20 Jul 2021 05:57:02 +0000 (14:57 +0900)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 24 Jul 2021 08:49:51 +0000 (10:49 +0200)
commita75b60f5caa932b9c1dae7ca458aa432e3ddbcd0
tree1bafc463c539f8e94d8c0a36793707883037ddad
parent237c8a0c7d8acbf46075d93e4218d39eb8c4aa2d
efi_loader: remove asm/setjmp.h from efi_api.h

In the commit c425a1b38701 ("efi_loader: refactor
efi_setup_loaded_image()"), setjmp-related definitions were moved to
efi_loaded_image_obj in efi_loader.h. So setjmp.h is no longer
refererenced in efi_api.h.

This also fixes some error when efi_api.h will be included in
mkeficapsule.c.

Fixes: c425a1b38701 ("efi_loader: refactor efi_setup_loaded_image()")
Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/efi_api.h
include/efi_loader.h
lib/efi_loader/efi_boottime.c