]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: bootefi: localize global device paths for efi_selftest
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Tue, 21 Nov 2023 01:29:43 +0000 (10:29 +0900)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 17 Dec 2023 12:04:54 +0000 (13:04 +0100)
commitd07e7be7ea4b35960730661c130dea5234d38101
treecfd96dcd638caf8358859aecae5ebfdcb7f310c7
parent5c129fe5f53d40f6fb2223b5a02784ed4c81e5e7
cmd: bootefi: localize global device paths for efi_selftest

Device paths allocated in bootefi_test_prepare() will be immediately
consumed by do_efi_selftest() and there is no need to keep them for later
use. Introduce test-specific varialbles to make it easier to move other
bootmgr functions into library directory in the next commit.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
cmd/bootefi.c