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 c45f864152..c08aa32ca7 100644 --- a/src/southbridge/sis/sis966/romstrap.lds +++ b/src/southbridge/sis/sis966/romstrap.lds @@ -20,7 +20,7 @@ */ SECTIONS { - . = (CONFIG_ROMBASE + CONFIG_ROM_IMAGE_SIZE - 0x10) - (__romstrap_end - __romstrap_start); + . = (0x100000000 - 0x10) - (__romstrap_end - __romstrap_start); .romstrap (.): { *(.romstrap) } |