summaryrefslogtreecommitdiff
path: root/src/arch/x86/lib/id.lds
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/lib/id.lds')
-rw-r--r--src/arch/x86/lib/id.lds6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/arch/x86/lib/id.lds b/src/arch/x86/lib/id.lds
new file mode 100644
index 0000000000..d646270daf
--- /dev/null
+++ b/src/arch/x86/lib/id.lds
@@ -0,0 +1,6 @@
+SECTIONS {
+ . = (CONFIG_ROMBASE + CONFIG_ROM_IMAGE_SIZE - CONFIG_ID_SECTION_OFFSET) - (__id_end - __id_start);
+ .id (.): {
+ *(.id)
+ }
+}