summaryrefslogtreecommitdiff
path: root/lib/efi_loader
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2025-05-28 10:03:14 -0600
committerHeinrich Schuchardt <[email protected]>2025-07-26 07:29:31 +0200
commit2ea957952362fe9238cbf3996c001f8bf3f04701 (patch)
tree7dc4fc5e9604ffca81873200ca217d60a285b57d /lib/efi_loader
parent088d24eb96fb8ba64e3afee310a9f32ee36c22b0 (diff)
efi: Rename the lib/efi directory
This directory was created when U-Boot gained the ability to run as an EFI app in 2015. Since then the EFI-loader feature has been added. The code in lib/efi is not actually used by the loader, so the name is confusing. Rename the directory to efi_client to indicate that it includes files just for U-Boot being a client of EFI, i.e. the EFI app and stub. Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'lib/efi_loader')
-rw-r--r--lib/efi_loader/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig
index 077466f01f0..250b9469134 100644
--- a/lib/efi_loader/Kconfig
+++ b/lib/efi_loader/Kconfig
@@ -595,6 +595,6 @@ config BOOTEFI_TESTAPP_COMPILE
endif
-source "lib/efi/Kconfig"
+source "lib/efi_client/Kconfig"
endmenu