diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2025-01-02 19:11:31 +0100 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2025-04-25 17:26:39 +0200 |
commit | ac040ae58dba316d86edc788416fae58a5f44e3f (patch) | |
tree | e0b95aa937d0f438c4d2b1d9776e4c30e3859b99 /lib/efi_loader/efi_hii_config.c | |
parent | 9d3f1ebaf8751f0287b5d02158cc706435f8fb19 (diff) |
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 <heinrich.schuchardt@canonical.com>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Diffstat (limited to 'lib/efi_loader/efi_hii_config.c')
-rw-r--r-- | lib/efi_loader/efi_hii_config.c | 4 |
1 files changed, 0 insertions, 4 deletions
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 |