From ac040ae58dba316d86edc788416fae58a5f44e3f Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Thu, 2 Jan 2025 19:11:31 +0100 Subject: efi_loader: build with HII configuration protocol Without the HII configuration protocol the debug version of the UEFI shell cannot be used. Signed-off-by: Heinrich Schuchardt Acked-by: Ilias Apalodimas --- lib/efi_loader/efi_hii_config.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/efi_loader/efi_hii_config.c') diff --git a/lib/efi_loader/efi_hii_config.c b/lib/efi_loader/efi_hii_config.c index 37d8c6629e2..521481a86d8 100644 --- a/lib/efi_loader/efi_hii_config.c +++ b/lib/efi_loader/efi_hii_config.c @@ -4,10 +4,6 @@ * * Copyright (c) 2017 Leif Lindholm * Copyright (c) 2018 AKASHI Takahiro, Linaro Limited - * - * As this is still a non-working stub and the protocol is neither required - * by the EFI shell nor by the UEFI SCT this module has been removed from - * the Makefile. */ #define LOG_CATEGORY LOGC_EFI -- cgit v1.2.3