summaryrefslogtreecommitdiff
path: root/dbx.S
diff options
context:
space:
mode:
Diffstat (limited to 'dbx.S')
-rw-r--r--dbx.S6
1 files changed, 5 insertions, 1 deletions
diff --git a/dbx.S b/dbx.S
index a26fc387..7b19c5c2 100644
--- a/dbx.S
+++ b/dbx.S
@@ -4,13 +4,15 @@
.align 1
.type vendor_dbx_size, @object
.size vendor_dbx_size, 4
+ .section .vendor_cert, "a", @progbits
vendor_dbx_size:
.long .L0 - vendor_dbx
.globl vendor_dbx
.data
.align 1
.type vendor_dbx, @object
- .size vendor_dbx_size, vendor_dbx_size-vendor_dbx
+ .size vendor_dbx, .L0-vendor_dbx
+ .section .vendor_cert, "a", @progbits
vendor_dbx:
.incbin VENDOR_DBX_FILE
.L0:
@@ -19,6 +21,7 @@ vendor_dbx:
.bss
.type vendor_dbx, @object
.size vendor_dbx, 1
+ .section .vendor_cert, "a", @progbits
vendor_dbx:
.zero 1
@@ -27,6 +30,7 @@ vendor_dbx:
.align 4
.type vendor_dbx_size, @object
.size vendor_dbx_size, 4
+ .section .vendor_cert, "a", @progbits
vendor_dbx_size:
.long 0
#endif