[interrupt verification] Add .uvmif support to global verif linker script (#2507)

This commit is contained in:
Zbigniew Chamski 2024-09-23 17:51:14 +02:00 committed by GitHub
parent f974e105bf
commit bc7eeb7b01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,6 +24,8 @@ SECTIONS
. = ALIGN(0x1000);
.tohost : { *(.tohost) }
. = ALIGN(0x1000);
.uvmif : { *(.uvmif) }
. = ALIGN(0x1000);
.text : { *(.text) }
. = ALIGN(0x1000);
.text.startup : { *(.text.startup) }