diff options
Diffstat (limited to 'src/southbridge/nvidia/ck804/romstrap.lds')
-rw-r--r-- | src/southbridge/nvidia/ck804/romstrap.lds | 6 |
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) + } +} |