]> git.baikalelectronics.ru Git - uboot.git/commitdiff
Correct SPL use of EFI_SECURE_BOOT
authorSimon Glass <sjg@chromium.org>
Sun, 5 Feb 2023 22:39:45 +0000 (15:39 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 10 Feb 2023 16:24:08 +0000 (11:24 -0500)
This converts 1 usage of this option to the non-SPL form, since there is
no SPL_EFI_SECURE_BOOT defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/eficonfig.c

index 46f652c35d658d773ee72a4f609359b0205fb048..5b1f2a7731ab85ed289fe2e0526fdeb79f7edb30 100644 (file)
@@ -2670,7 +2670,7 @@ static const struct eficonfig_item maintenance_menu_items[] = {
        {"Edit Boot Option", eficonfig_process_edit_boot_option},
        {"Change Boot Order", eficonfig_process_change_boot_order},
        {"Delete Boot Option", eficonfig_process_delete_boot_option},
-#if (CONFIG_IS_ENABLED(EFI_SECURE_BOOT) && IS_ENABLED(CONFIG_EFI_MM_COMM_TEE))
+#if (IS_ENABLED(CONFIG_EFI_SECURE_BOOT) && IS_ENABLED(CONFIG_EFI_MM_COMM_TEE))
        {"Secure Boot Configuration", eficonfig_process_secure_boot_config},
 #endif
        {"Quit", eficonfig_process_quit},