summaryrefslogtreecommitdiffstats
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.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/nvidia/ck804/romstrap.lds b/src/southbridge/nvidia/ck804/romstrap.lds
index 5b69024..f26299f 100644
--- a/src/southbridge/nvidia/ck804/romstrap.lds
+++ b/src/southbridge/nvidia/ck804/romstrap.lds
@@ -1,5 +1,5 @@
SECTIONS {
- . = (_ROMBASE + ROM_IMAGE_SIZE - 0x10) - (__romstrap_end - __romstrap_start);
+ . = (CONFIG_ROMBASE + CONFIG_ROM_IMAGE_SIZE - 0x10) - (__romstrap_end - __romstrap_start);
.romstrap (.): {
*(.romstrap)
}
OpenPOWER on IntegriCloud