diff options
-rw-r--r-- | certs/system_certificates.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/certs/system_certificates.S b/certs/system_certificates.S index f82e1b22eac4..c9ceb71a43fe 100644 --- a/certs/system_certificates.S +++ b/certs/system_certificates.S | |||
@@ -19,6 +19,7 @@ __cert_list_end: | |||
19 | VMLINUX_SYMBOL(system_extra_cert): | 19 | VMLINUX_SYMBOL(system_extra_cert): |
20 | .fill CONFIG_SYSTEM_EXTRA_CERTIFICATE_SIZE, 1, 0 | 20 | .fill CONFIG_SYSTEM_EXTRA_CERTIFICATE_SIZE, 1, 0 |
21 | 21 | ||
22 | .align 4 | ||
22 | .globl VMLINUX_SYMBOL(system_extra_cert_used) | 23 | .globl VMLINUX_SYMBOL(system_extra_cert_used) |
23 | VMLINUX_SYMBOL(system_extra_cert_used): | 24 | VMLINUX_SYMBOL(system_extra_cert_used): |
24 | .int 0 | 25 | .int 0 |