diff options
Diffstat (limited to 'src/southbridge/nvidia/mcp55/romstrap.lds')
-rw-r--r-- | src/southbridge/nvidia/mcp55/romstrap.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/nvidia/mcp55/romstrap.lds b/src/southbridge/nvidia/mcp55/romstrap.lds index 8a4efd49f1..c45f864152 100644 --- a/src/southbridge/nvidia/mcp55/romstrap.lds +++ b/src/southbridge/nvidia/mcp55/romstrap.lds @@ -20,7 +20,7 @@ */ SECTIONS { - . = (_ROMBASE + ROM_IMAGE_SIZE - 0x10) - (__romstrap_end - __romstrap_start); + . = (CONFIG_ROMBASE + CONFIG_ROM_IMAGE_SIZE - 0x10) - (__romstrap_end - __romstrap_start); .romstrap (.): { *(.romstrap) } |