8f9149a6a173b0e731288ba92f3a005f11d616e0
[coreboot.git] / src / arch / i386 / lib / id.lds
1 SECTIONS {
2         . = (CONFIG_ROMBASE + CONFIG_ROM_IMAGE_SIZE - 0x10) - (__id_end - __id_start);
3         .id (.): {
4                 *(.id)
5         }
6 }