]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: correct OpenProtocol()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 30 May 2019 12:16:31 +0000 (14:16 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 31 May 2019 21:27:12 +0000 (23:27 +0200)
commit3421e53eb4ace3a9330c54eb92237e39c7bf7e57
tree2f2af94f220488748ef56c0e7a581d2922446cbc
parent473a3b309b85e6c16acd2e2c09f4284b86e8af6e
efi_loader: correct OpenProtocol()

If a protocol is opened BY_DRIVER it cannot be opened by another agent
BY_DRIVER.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_boottime.c