diff --git a/verilog/dv/caravel/sections.lds b/verilog/dv/caravel/sections.lds index 8da9aaeac..22ff000b8 100644 --- a/verilog/dv/caravel/sections.lds +++ b/verilog/dv/caravel/sections.lds @@ -55,4 +55,9 @@ SECTIONS { . = ALIGN(4); _heap_start = .; } >RAM + + /DISCARD/ : + { + *(.note.gnu.build-id) + } }