]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: clean up UEFI sub-system initialization
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 4 May 2019 09:47:48 +0000 (11:47 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 7 May 2019 19:10:03 +0000 (21:10 +0200)
commit5bd612d14333c737c82dac626ee46414833428fc
tree8e6cb4e6d687c637209ec86ee297d3d86f6dac24
parent982c689da2e22a5d7217839f360698d2988199b5
efi_loader: clean up UEFI sub-system initialization

allow_unaligned(), switch_to_non_secure_mode(), and efi_init_obj_list() are
called in sequence in multiple places.

Move calls to allow_unaligned() and switch_to_non_secure_mode() to
efi_init_obj_list().

Remove unused includes.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
cmd/bootefi.c
lib/efi_loader/efi_setup.c