]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: remove EFI_HII_CONFIG_ROUTING_PROTOCOL
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 7 Dec 2020 17:20:57 +0000 (18:20 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 10 Dec 2020 08:15:32 +0000 (09:15 +0100)
commit0b6bce9cd1de14a3d1b055f4089259813a8a67be
tree06804e91c084b0d9a78eae95f87f3e03dad99991
parentc6add154d71f2d6a7dfe48520750143bfad394ad
efi_loader: remove EFI_HII_CONFIG_ROUTING_PROTOCOL

Our implementation of the EFI_HII_CONFIG_ROUTING_PROTOCOL is a mere stub,
where all services return an error code. The protocol is neither needed for
the EFI shell nor for the UEFI SCT. To reduce the code size remove it from
the U-Boot binary.

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