efi_loader: simplify protocol installation
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 12 Apr 2019 05:14:43 +0000 (07:14 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 12 Apr 2019 20:00:42 +0000 (22:00 +0200)
commitf1465c159779853d99c0a293f5d7ee53c13aa837
tree4b1c4279041264572549e05ec91c9bf321f4ce7c
parent7657ae12f38791be0b89ba5d4423439888cd749c
efi_loader: simplify protocol installation

By using InstallMultipleProtocolInterfaces() the coding for installing
protocol interfaces on the root node can be simplified.

Suggested-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_root_node.c