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)
commit861072b2a88497366a5b33017c4496406f0084b2
tree06804e91c084b0d9a78eae95f87f3e03dad99991
parent470fa190f35006e2641d775d4befbd74108837bc
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