mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-08-02 22:54:02 +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
6c49c04551
commit
829fd24f18
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