From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heinrich Schuchardt Date: Fri, 3 Jul 2020 12:29:29 +0200 Subject: [PATCH v2 01/17] efi_loader: change efi objects initialization order In-Reply-To: <20200609050947.17861-2-takahiro.akashi@linaro.org> References: <20200609050947.17861-1-takahiro.akashi@linaro.org> <20200609050947.17861-2-takahiro.akashi@linaro.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09.06.20 07:09, AKASHI Takahiro wrote: > The simplest solution to revert the commit b32ac16f9a32 ("test/py: fix > test_efi_secboot/conftest.py") is to move efi_console_register() > forward before efi_disk_register(). > > Signed-off-by: AKASHI Takahiro Reviewed-by: Heinrich Schuchardt