]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: pass handle of loaded image
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 26 Nov 2017 13:05:22 +0000 (14:05 +0100)
committerAlexander Graf <agraf@suse.de>
Fri, 1 Dec 2017 12:40:07 +0000 (13:40 +0100)
commitd13bbd7ec10e0f623c02a95ec3576f5a74419620
tree93a77bf4fffda1c30f16554bc685127b2861b894
parent6c3a93c5be85ad9b2305a80c2426fafc3ce68c54
efi_loader: pass handle of loaded image

The handle of a loaded image is the value of the handle
member of the loaded image info object and not the
address of the loaded image info.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
cmd/bootefi.c
lib/efi_loader/efi_boottime.c