summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2025-05-28 10:03:15 -0600
committerHeinrich Schuchardt <[email protected]>2025-07-26 07:34:28 +0200
commit0029f2447bd4fac23d0ec6107c0b911c50c2c334 (patch)
treeff678e9891858581bfe643ac0929906f0bd38b5b /include
parent2ea957952362fe9238cbf3996c001f8bf3f04701 (diff)
efi: Rename CONFIG_EFI to CONFIG_EFI_CLIENT
The generic name 'EFI' would be more useful for common EFI features. At present it just refers to the EFI app and stub, which is confusing. Rename it to EFI_CLIENT Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/init.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/init.h b/include/init.h
index 2c10171359c..1e375da4893 100644
--- a/include/init.h
+++ b/include/init.h
@@ -18,7 +18,7 @@
* In case of the EFI app the UEFI firmware provides the low-level
* initialisation.
*/
-#ifdef CONFIG_EFI
+#ifdef CONFIG_EFI_CLIENT
#define ll_boot_init() false
#else
#include <asm/global_data.h>