]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: clean up bootefi_test_prepare()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 12 Jan 2019 13:42:40 +0000 (14:42 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 16 Feb 2019 14:42:20 +0000 (15:42 +0100)
commit900b3904d50a9bc39f00b14e30a2609a5bfd70b4
tree14960a31eb8a4aaca7610b5c95e7d8eaa41d609a
parent9e95f5c49428492cda0f1b7c5fef314f04f2edcc
efi_loader: clean up bootefi_test_prepare()

Free resources upon failure.

Correct the function description.

As there is no need for any special address in the dummy memory device
path passed via the EFI_LOADED_IMAGE_PROTOCOL simply use 0 as address.

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