mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-07-27 05:02:29 +00:00
vendor_cert_size's size in the binary should be 4, not -4.
The thing about subtraction is that the minuend needs to be before the subtrahend in the text. Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
1de10962e7
commit
6b4255de12
2
cert.S
2
cert.S
@ -10,7 +10,7 @@ vendor_cert_size:
|
||||
.data
|
||||
.align 1
|
||||
.type vendor_cert, @object
|
||||
.size vendor_cert_size, vendor_cert_size-vendor_cert
|
||||
.size vendor_cert, .L0-vendor_cert
|
||||
vendor_cert:
|
||||
.incbin VENDOR_CERT_FILE
|
||||
.L0:
|
||||
|
Loading…
Reference in New Issue
Block a user