From 45295bfbf051bc7d9b591eab465bd01ca81687ff Mon Sep 17 00:00:00 2001 From: Oleksandr Ivantsiv Date: Wed, 6 Mar 2024 18:09:34 -0800 Subject: [PATCH] Fix the issue with signed kernel compilation for ARM64 architecture (#381) CONFIG_KEXEC_SIG_FORCE is not available for ARM64 architecture. CONFIG_KEXEC_SIG should be used instead. Signed-off-by: Oleksandr Ivantsiv Co-authored-by: Yakiv Huryk --- patch/kconfig-secure-boot-inclusions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patch/kconfig-secure-boot-inclusions b/patch/kconfig-secure-boot-inclusions index 929ddf403cac..4813d1e5f09d 100644 --- a/patch/kconfig-secure-boot-inclusions +++ b/patch/kconfig-secure-boot-inclusions @@ -11,7 +11,7 @@ CONFIG_MODULE_SIG_FORCE=y CONFIG_SYSTEM_TRUSTED_KEYS="debian/certs/debian-uefi-certs.pem" CONFIG_MODULE_SIG_HASH="sha512" CONFIG_MODULE_SIG_SHA512=y -CONFIG_KEXEC_SIG_FORCE=y +CONFIG_KEXEC_SIG=y CONFIG_MODULE_SIG_FORCE=y [armhf]