Two hda_verb.h files: Add more comments.
[coreboot.git] / src / arch / i386 / lib / id.lds
1 SECTIONS {
2         . = (CONFIG_ROMBASE + CONFIG_ROM_IMAGE_SIZE - CONFIG_ID_SECTION_OFFSET) - (__id_end - __id_start);
3         .id (.): {
4                 *(.id)
5         }
6 }