summaryrefslogtreecommitdiff
path: root/src/southbridge/nvidia/ck804/romstrap.lds
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/nvidia/ck804/romstrap.lds')
-rw-r--r--src/southbridge/nvidia/ck804/romstrap.lds6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/southbridge/nvidia/ck804/romstrap.lds b/src/southbridge/nvidia/ck804/romstrap.lds
new file mode 100644
index 0000000000..5b69024629
--- /dev/null
+++ b/src/southbridge/nvidia/ck804/romstrap.lds
@@ -0,0 +1,6 @@
+SECTIONS {
+ . = (_ROMBASE + ROM_IMAGE_SIZE - 0x10) - (__romstrap_end - __romstrap_start);
+ .romstrap (.): {
+ *(.romstrap)
+ }
+}