diff options
Diffstat (limited to 'src/southbridge/sis/sis966/romstrap.lds')
-rw-r--r-- | src/southbridge/sis/sis966/romstrap.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/sis/sis966/romstrap.lds b/src/southbridge/sis/sis966/romstrap.lds index c08aa32ca7..4dad42212d 100644 --- a/src/southbridge/sis/sis966/romstrap.lds +++ b/src/southbridge/sis/sis966/romstrap.lds @@ -20,7 +20,7 @@ */ SECTIONS { - . = (0x100000000 - 0x10) - (__romstrap_end - __romstrap_start); + . = (0xffffffff - 0x10) - (__romstrap_end - __romstrap_start) + 1; .romstrap (.): { *(.romstrap) } |