]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: change efi objects initialization order
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Tue, 9 Jun 2020 05:09:31 +0000 (14:09 +0900)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 3 Jul 2020 16:00:27 +0000 (18:00 +0200)
commit1d917ecaba9c98023864c4f27d41d3642cf67b3c
tree7e051c6160dc164bd9eb98f5b3399a693211f9a7
parent77e721ea7ec7c4afe72c9cde82ba226aea61348a
efi_loader: change efi objects initialization order

The simplest solution to revert the commit 19731a0bfe99 ("test/py: fix
test_efi_secboot/conftest.py") is to move efi_console_register()
forward before efi_disk_register().

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Reviewed by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_setup.c