Skip to content

Commit 45295bf

Browse files
Fix the issue with signed kernel compilation for ARM64 architecture (sonic-net#381)
CONFIG_KEXEC_SIG_FORCE is not available for ARM64 architecture. CONFIG_KEXEC_SIG should be used instead. Signed-off-by: Oleksandr Ivantsiv <[email protected]> Co-authored-by: Yakiv Huryk <[email protected]>
1 parent f4b1a58 commit 45295bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patch/kconfig-secure-boot-inclusions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ CONFIG_MODULE_SIG_FORCE=y
1111
CONFIG_SYSTEM_TRUSTED_KEYS="debian/certs/debian-uefi-certs.pem"
1212
CONFIG_MODULE_SIG_HASH="sha512"
1313
CONFIG_MODULE_SIG_SHA512=y
14-
CONFIG_KEXEC_SIG_FORCE=y
14+
CONFIG_KEXEC_SIG=y
1515
CONFIG_MODULE_SIG_FORCE=y
1616

1717
[armhf]

0 commit comments

Comments
 (0)