Skip to content

Commit

Permalink
Fix the issue with signed kernel compilation for ARM64 architecture (s…
Browse files Browse the repository at this point in the history
…onic-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]>
  • Loading branch information
oleksandrivantsiv and Yakiv-Huryk authored Mar 7, 2024
1 parent f4b1a58 commit 45295bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patch/kconfig-secure-boot-inclusions
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 45295bf

Please sign in to comment.